buildmymcpserver/packages/auth
Marco Sadjadi 38aa5875d3 feat(auth): add "Continue with Google" OAuth 2.0 login
Server-side authorization-code flow: /v1/auth/google redirects to the
consent screen with a CSRF state cookie; /v1/auth/google/callback
exchanges the code, validates the ID token (iss/aud/exp/email_verified),
and mints a 30-day session via upsertOAuthLogin. /v1/auth/providers lets
the login UI hide the button until GOOGLE_OAUTH_ID/SECRET are set.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 00:26:44 +02:00
..
src feat(auth): add "Continue with Google" OAuth 2.0 login 2026-05-21 00:26:44 +02:00
package.json feat(types,auth): zod contracts + magic-link session auth 2026-05-19 00:22:17 +02:00
tsconfig.json feat(types,auth): zod contracts + magic-link session auth 2026-05-19 00:22:17 +02:00