Documentation Index
Fetch the complete documentation index at: https://docs.kavachos.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get credentials
Go to the Kakao Developers portal and create an application. Under Kakao Login, enable the feature and add your redirect URI:Scopes
Default scopes:profile_nickname, account_email
| Scope | What it unlocks |
|---|---|
profile_nickname | Kakao nickname |
profile_image | Profile image |
account_email | Email address (requires business verification) |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/kakao | Redirect to Kakao |
| GET | /auth/oauth/callback/kakao | Handle callback |