Social LoginGoogle OAuth, no setup
social-loginOAuth flow + user storage + JWTs. No Google Cloud Console, no client IDs.
Sign in with Google
Signed out
The actual flow
- 1Browser navigates to Cohesivity's login URL
GET https://cohesivity.ai/edge/auth/eager-grouse-floating/google?redirect_uri=…&return_to=… - 2Google authenticates the user
- 3Cohesivity redirects back with tokens
→ https://coral.cohesivity.xyz/auth/done?access_token=…&refresh_token=… - 4Server-side callback sets httpOnly cookies and redirects home
- 5Verify the token on each request
POST /edge/auth/<tenant>/verify { access_token }