quickSpaces
quickSpaces

Spaces Google Auth

Sign in OR sign up with a Google ID token - the THIRD door in, next to signup/login.

An existing account signs in with no invite needed (a live Google token is proof of the mailbox right now); a brand-new address still needs a valid, matching invite - refused with the same 404 "Invite not found" / INVITE_EMAIL_MISMATCH signup uses. See views/quickSpaces/spaces_auth.py google_auth() for the full contract. May return a JSONResponse instead of the declared model for a 429, same reason as /auth/login.

post/api/v1/quick-spaces/auth/google

Request body

id_tokenstring required
invite_tokenstring nullable
namestring nullable

Response

Successful Response

tokenstring required
token_typestring
expires_ininteger required
idstring required
emailstring required
namestring required
login_methodstring required
workspace_idstring
rolestring
needs_inviteboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.