Google Oauth Callback
Google OAuth
Google Oauth Callback
Handle Google OAuth callback.
This endpoint is called by Google after the user completes authentication. It exchanges the authorization code for access/refresh tokens and stores them.
Args: code: Authorization code from Google state: State parameter for validation
Returns: Redirect to frontend with success/error status
GET
Google Oauth Callback