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 developers.naver.com and create an application. Under API Settings, add Naver Login and set your redirect URI:Scopes
Default scopes:name, email
| Scope | What it unlocks |
|---|---|
name | Display name |
email | Email address |
profile_image | Profile image URL |
mobile | Mobile phone number |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/naver | Redirect to Naver |
| GET | /auth/oauth/callback/naver | Handle callback |