Skip to content

Browser OAuth Callback

GET
/api/v1/auth/web/social/{provider}/callback

Receives the provider’s browser redirect on the API domain, then forwards the query string to the SPA callback route. The SPA completes login by POSTing the code back to this API.

provider
required
string

The OAuth provider name.

Example
google
object
message
string
Provider [google] is not enabled.
{
"message": "Provider [google] is not enabled."
}