authentication
excludeme
OAuth2 provider callback endpoint (form_post)
Handles OAuth2 provider callbacks using form_post response mode. Used by providers like Apple that send data via POST instead of query parameters. Like the GET variant, this endpoint enforces the signin-vs-signup decision carried by the signed flow state claim and the AUTH_DISABLE_AUTO_SIGNUP gate.
post/signin/provider/{provider}/callback
Path parameters
provider'apple' | 'github' | 'google' | 'linkedin' | 'discord' | 'spotify' | 'twitch' | 'gitlab' | 'bitbucket' | 'workos' | 'azuread' | 'entraid' | 'strava' | 'facebook' | 'windowslive' | 'twitter' required
The name of the social provider
Response
An error occurred while processing the request
Example response
{
"status": 400,
"message": "Invalid email format"
}