Authentication

OAuth callback endpoint

Handles OAuth provider callback after authentication

get/auth/callback/{provider}

Path parameters

provider'github' | 'microsoft' | 'azure-ad' | 'google' required

OAuth provider name

Query parameters

codestring

OAuth authorization code

Response

Authentication successful, returns access key

Changes

No recorded changes to this endpoint across all 1 revision of this API.