-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add Email Verification During Sign-Up #435
Add Email Verification During Sign-Up #435
Conversation
✅ Deploy Preview for delightful-daifuku-a9f6ea ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@AlfiyaSiddique as you can see this PR is already big so I will be implementing two features i.e
|
@IkkiOcean update this PR |
And in the video there are multiple success alert, is that fixed? |
yeah that's removed. I think I uploaded the earlier video |
🎉 Thank you @IkkiOcean Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀 |
@IkkiOcean GETTING THIS ERROR IN LOG AND NOT ABLE TO SIGNUP: |
@AlfiyaSiddique yes! your email credentials are wrong. I think it's the password. normal email password doesnt work here, you have to create a app password from your google account |
Description:
This PR introduces the functionality to verify the user's email during the sign-up process. After a successful sign-up, the user is prompted to verify their email by clicking a link sent to their email address. The link is valid for 24 hours, after which it expires. Additionally, the login backend has been updated to allow only verified users to log in.
Changes Made:
Email Verification After Sign-Up:
Login Backend Updates:
emailVerified
field in the user model to track email verification status.Frontend Changes:
Screenshots/GIFs: (Optional)
verif.mp4
How should this be tested?
Checklist
Required
console.logs