Complete OAuth authorization flow.
Validates the state token, exchanges the authorization code for tokens, and creates or updates the user record. Returns JWT tokens.
Flow:
Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response for successful OAuth callback authentication.
JWT access token
JWT refresh token
Access token expiration time in seconds
Account information
User information
Whether a new user was created
Whether a new account was created