The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| platform-frontend | Preview | Comment | Nov 8, 2025 7:49pm |
[!NOTE] Adds an SSO login flow toggled by
NEXT_PUBLIC_ENABLE_SSOand updates CSP to allow localhost connections.
- Auth UI:
- Add
SSOprovider toinitiateOAuthLoginFlowand render "Continue with Single Sign-On" button inLoginCardwhenenableSSOis true.- Pass
enableSSOfromAuthPagetoLoginCard; adjust email-divider visibility based onenableSSO/disableSocialLogin.- Config/Env:
- Introduce
NEXT_PUBLIC_ENABLE_SSOinapps/web/env.ts(client schema andruntimeEnv).- Update CSP in
apps/web/next.config.tsto includehttp://localhost:*inconnect-src.Written by Cursor Bugbot for commit 763f2dad070b9ebcf6abb703c840a40fa5a311eb. Configure here.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| platform-frontend | Preview | Comment | Nov 8, 2025 7:49pm |
LoginCard and expose env.NEXT_PUBLIC_ENABLE_SSO for FusionAuth self-hostingIntroduce NEXT_PUBLIC_ENABLE_SSO in the client env and pass it to LoginCard to render an SSO button that calls initiateOAuthLoginFlow('sso'). Update CSP connect-src to allow http://localhost:*. See env.ts, AuthPage.tsx, and LoginCard.tsx.
Start with the SSO rendering and handler in LoginCard in LoginCard.tsx, then trace the enableSSO prop from AuthPage.tsx and its source in env.ts.
📊 Macroscope summarized 763f2da. 4 files reviewed, 2 issues evaluated, 1 issue filtered, 1 comment posted. View details