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

Query Parameters

code
string

Authorization code from Google

state
string

State parameter for CSRF protection

Response

302

Redirect to application with authentication token