Open
Conversation
…nd email…" This reverts commit 422e21b.
… docs - Merge PR 529 OAuth implementation (Google, Apple, Facebook providers) - Fix inline styles in auth-page-content.tsx to use design tokens - Expand oauth-setup.md with: - Architecture overview diagram - Prerequisites section - Environment variables reference tables - Step-by-step provider setup (Google, Apple, Facebook) - Email verification setup for multiple SMTP providers - Testing procedures - Production deployment checklist - Comprehensive troubleshooting guide
Existing users who registered before email verification was required have emailVerified set to NULL. This migration sets their emailVerified to their created_at timestamp, allowing them to continue logging in with the new email verification checks.
Security improvements: - Remove userId from registration response to prevent info disclosure - Add rate limiting to verify-email endpoint (20 req/min per IP) - Handle TooManyAttempts error in verification UI UX improvements: - Reduce timing attack delay from 2.5s to 1.5s - Use Ant Design icon prop for social buttons (better alignment) - Remove unnecessary inline styles from social login buttons
- verify-email: Wrap user update + token delete in transaction - resend-verification: Wrap token delete + insert in transaction - register: Mark OAuth users as verified when adding password - register: Use transaction for OAuth password linking - social-login-buttons: Show single skeleton to minimize layout shift
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.