Browser OAuth Callback
GET /api/v1/auth/web/social/{provider}/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.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” provider
required
string
The OAuth provider name.
Example
googleResponses
Section titled “ Responses ”object
message
string
Provider [google] is not enabled.{ "message": "Provider [google] is not enabled."}