v1

latestOpenAPI 3.1.02026-08-045217107.2 KB
Auth

Google OAuth

Sign in or register using a Google ID token obtained from Google Sign-In.

post/auth/google

Request body

credentialstring required

Google ID token from Google Sign-In

Response

Authentication successful

successboolean
accessTokenstring

JWT access token (15 min expiry). Store in memory only.

messagestring

Example response

{
  "success": true
}