multica/apps/web/shared
Jiang Bohan 14fe8e9df9 feat(auth): add Google OAuth login
Support Google login that links to existing accounts by email.
When a user who registered via email OTP signs in with Google using
the same email, they are linked to the same account.

Backend:
- Add POST /auth/google endpoint that exchanges Google auth code for
  tokens, fetches user profile, and calls findOrCreateUser()
- Updates user name and avatar from Google profile on first Google login

Frontend:
- Add "Continue with Google" button on login page (shown when
  NEXT_PUBLIC_GOOGLE_CLIENT_ID is configured)
- Add /auth/callback page to handle Google OAuth redirect
- Add loginWithGoogle to auth store and API client
2026-04-07 15:25:26 +08:00
..
api feat(auth): add Google OAuth login 2026-04-07 15:25:26 +08:00
hooks fix(upload): remove file type allowlist to support all file types (#329) 2026-04-02 13:55:50 +08:00
types fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
logger.ts feat(logging): add structured logging across server and SDK 2026-03-26 10:57:11 +08:00
utils.ts fix(activity): address code review feedback and improve timeline UX 2026-03-29 00:21:46 +08:00