Skip to main content
GET
/
api
/
auth
/
oauth
/
{provider}
/
callback

Path Parameters

provider
enum<string>
required
Available options:
google,
github,
discord,
linkedin,
facebook,
microsoft

Query Parameters

code
string

Authorization code from OAuth provider

state
string
required

JWT state with redirect URI

token
string

Direct ID token (for some providers)

Response

302

Redirect to application with access token