You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auth): port OAuth-only signup + Microsoft provider from staging
Align auth-page logic with origin/staging (PR #5073) while keeping the
new chip-styled UI:
- Add Microsoft as a better-auth social sign-in provider (auth.ts) and
surface it through the OAuth provider checker, providers API + contract,
login/signup forms, SocialLoginButtons, and the landing auth modal.
- Gate email/password signup behind the emailSignupEnabled server flag
(DISABLE_EMAIL_SIGNUP) so signup becomes OAuth-only when configured.
- Add DISABLE_MICROSOFT_AUTH / DISABLE_EMAIL_SIGNUP env + feature flags.
0 commit comments