pratt0007 / Drive_BOX

https://drive-box-iota.vercel.app
MIT License
2 stars 10 forks source link

feat: add e-mail verification at the time of registration #10

Closed ShreyaBose04 closed 9 months ago

ShreyaBose04 commented 9 months ago

Added e-mail verification at the time of registration to verify new accounts by sending a custom link to the provided e-mail address. I used PasswordResetTokenGenerator to generate a unique token for each user and take them to the corresponding page to verify their account. They are then re-directed to the login page and are now able to login.

vercel[bot] commented 9 months ago

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

Name Status Preview Comments Updated (UTC)
drive-box ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 15, 2023 10:07am
pratt0007 commented 9 months ago

Was it necessary to put on double quotes "" everywhere instead of single quotes ' ' ? And sync the fork, resolve the conflicts, and then raise PR.

ShreyaBose04 commented 9 months ago

I have resolved the conflict, the quotes are probably because of the formatter.