Skip to content

Handler to receive the OAuth2 callback from a provider This will validate the CSRF token set when we redirected to the provider, and then retrieve the user's profile information

GET
/v1/auth/callback
code
string | null
state
required
string
error
string | null

Redirect to the next URL

Unauthorized

Internal server error