Authenticate user via Google

Authenticate the user using their Google account and return an access token

post/auth

Request body

id_tokenstring

Response

Access token for the user

access_tokenstring

Changes