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 LINE Developers Console and create a provider and channel. Choose LINE Login as the channel type. Add your redirect URI:Scopes
Default scopes:openid, profile, email
| Scope | What it unlocks |
|---|---|
openid | OIDC identity token |
profile | Display name and profile picture |
email | Email address (requires email permission approval) |
The
email scope requires an additional approval step in the LINE Developer Console. You must agree to the LINE Login email permission terms and submit for review.Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/line | Redirect to LINE |
| GET | /auth/oauth/callback/line | Handle callback |