OAuth callback
GET/api/auth/callback
Handles the OAuth provider callback. Validates the state parameter, exchanges the authorization code for tokens, creates or updates the user, issues a session cookie, and redirects to the dashboard
Request
Responses
- 302
- 429
Redirect to dashboard on success or home on failure
Rate limit exceeded