Google OAuth Service

Serverless Google OAuth authentication service hosted in Hong Kong

POST /api/auth/login

Initiate Google OAuth flow. Returns auth URL.

GET /api/auth/callback

OAuth callback endpoint. Handles Google redirect.

POST /api/auth/verify

Verify JWT token and get user information.

POST /api/auth/refresh

Refresh expired Google access tokens.