Skip to main content
GET
/
api
/
auth
/
github
/
callback
GitHub OAuth callback
curl --request GET \
  --url http://localhost:3000/api/auth/github/callback

Query Parameters

code
string

Authorization code from GitHub

state
string

State parameter for CSRF protection

Response

302

Redirect to application with authentication token