multica/apps/web/features
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
..
auth feat(auth): add Google OAuth login 2026-04-07 15:25:26 +08:00
editor docs(editor): annotate key files with design decisions and pitfalls 2026-04-03 11:21:54 +08:00
inbox fix(inbox): archive all items for the same issue instead of just one 2026-04-04 00:18:14 +08:00
issues Merge pull request #309 from multica-ai/agent/lambda/83f444ab 2026-04-07 10:30:14 +08:00
landing docs(web): add v0.1.6 changelog entry (#391) 2026-04-03 16:39:56 +08:00
modals Merge pull request #309 from multica-ai/agent/lambda/83f444ab 2026-04-07 10:30:14 +08:00
my-issues feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
navigation feat(ui): route persistence, sidebar active fix, header spacing 2026-03-26 10:57:32 +08:00
realtime Merge pull request #347 from multica-ai/agent/naiyuan-agent/00dfb0e6 2026-04-02 18:17:07 +08:00
runtimes feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
skills feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
workspace fix(web): remember last selected workspace after re-login (#435) 2026-04-06 01:18:44 +08:00