Skip to content

feat: Email verification for sign-ups #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

denisturcanu84
Copy link
Member

  • Added email verification token generation and expiration handling in signup process.
  • Updated signup mutation to send verification email upon successful account creation.
  • Created new routes for email verification and resend verification email.
  • Implemented UI for email verification and resend verification functionalities.
  • Enhanced error handling for existing users and email verification status.
  • Styled success and error messages for better user experience.
  • Added countdown timer for rate-limited email resend requests.
  • Updated database schema to include an index for emailToken

- Added email verification token generation and expiration handling in signup process.
- Updated signup mutation to send verification email upon successful account creation.
- Created new routes for email verification and resend verification email.
- Implemented UI for email verification and resend verification functionalities.
- Enhanced error handling for existing users and email verification status.
- Styled success and error messages for better user experience.
- Added countdown timer for rate-limited email resend requests.
- Updated database schema to include email verification fields and indexes.
@denisturcanu84 denisturcanu84 self-assigned this Jun 16, 2025
@denisturcanu84 denisturcanu84 added the enhancement New feature or request label Jun 16, 2025
Copy link

vercel bot commented Jun 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gifthub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2025 7:52pm

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
45.3% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants