The endpoint where the oauth providers redirect to after a successful authentication attempt.
[AuthV2] HTML-based redirection in dev instances
FAKE SUCCESS
Redirect
Redirect
Request was not successful
Request was not successful
{- "errors": [
- {
- "message": "string",
- "long_message": "string",
- "code": "string",
- "meta": { },
- "clerk_trace_id": "string"
}
], - "meta": { }
}
Converts a POST to a GET, because if it's a POST coming from an external account. This is necessary because some providers (e.g. Apple) issue a POST instead of a GET request.
Redirect to GET /v1/oauth_callback with same parameters
code=string&state=string