buildmymcpserver/apps/web/app
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
..
(dashboard) fix(wizard): fork 409 — auto-unique slug + editable name/slug in fork step 2026-05-20 17:23:24 +02:00
(marketing) feat(marketplace): default-on share in wizard + owner unshare anytime 2026-05-20 17:04:46 +02:00
admin feat(crypto): envelope encryption + key rotation via admin panel 2026-05-20 22:36:08 +02:00
docs feat(web): real 3-step wizard, settings, audit, docs, marketing pages 2026-05-19 18:20:31 +02:00
login feat(auth): add "Continue with Google" OAuth 2.0 login 2026-05-21 00:26:44 +02:00
templates feat(marketplace): dashboard nav link + My-templates filter 2026-05-20 17:18:58 +02:00
apple-icon.tsx feat(web): favicon (SVG) + apple-touch-icon (Next ImageResponse) 2026-05-19 22:28:47 +02:00
globals.css fix(security): template integration sovereign audit + critical fixes 2026-05-19 23:35:45 +02:00
icon.svg fix(web): favicon matches nav-bar logo (monochrome outline, prefers-color-scheme) 2026-05-19 22:44:58 +02:00
layout.tsx fix: live-run wiring (SDK 1.29, zod 3.25, OAUTH_ISSUER split, alt host ports, web on 3001, log level cast, pino transport) 2026-05-19 00:57:23 +02:00