OAuth login
kanka_oauth_loginAuthenticate to Kanka using OAuth 2.0 with PKCE. Open a browser to authorize and save tokens for transparent access.
Instructions
Run the OAuth 2.0 Authorization Code flow with PKCE. Opens a browser to the Kanka authorize page; on approval, persists access + refresh tokens to disk so subsequent tool calls authenticate transparently. Requires an OAuth app registered at https://app.kanka.io/settings/api?clients=1. Provide client_id/client_secret here or via KANKA_OAUTH_CLIENT_ID / KANKA_OAUTH_CLIENT_SECRET env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | ||
| client_secret | No |