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 |