v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Client

Provider-specific OAuth callback (POST)

OAuth callback endpoint for providers that use POST (e.g., Apple with form_post response mode).

Response varies based on the original OAuth initiation:

  • With code_challenge (PKCE): Redirects with insforge_code for exchange endpoint
  • Without code_challenge (web): Redirects with access_token and sets httpOnly cookie
post/api/auth/oauth/{provider}/callback

Path parameters

provider'google' | 'github' | 'discord' | 'linkedin' | 'facebook' | 'instagram' | 'tiktok' | 'apple' | 'x' | 'spotify' | 'microsoft' required