Auth

Google Callback

OAuth callback endpoint for Google Sign-In. Exchanges authorization code for access token, gets user info, and creates/logs in user. Returns JSON with user data - frontend will handle navigation.

get/auth/google/callback

Query parameters

codestring required
statestring required

Response

Successful Response

{"stackTrail":"paths:/auth/google/callback:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes