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 dev.vk.com and create an application. Set the platform to Website and add your redirect URI:Scopes
Default scopes:email
| Scope | What it unlocks |
|---|---|
email | Email address |
profile | Name and photo |
friends | Friends list |
VK returns email as part of the access token response rather than a separate userinfo endpoint. KavachOS handles this automatically.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/vk | Redirect to VK |
| GET | /auth/oauth/callback/vk | Handle callback |