Auth

Google `OAuth` callback

Errors

Returns an error if OAuth state verification fails, token exchange fails, or database operations fail.

get/api/auth/google/callback

Query parameters

codestring required

Authorization code from Google

statestring required

State parameter for CSRF protection

Changes