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(user account verification): Implemention of user account verification to avoid spams
- send Verify email to user using nodemailer
- verify if token in email url is same with token in database
- update isVerified to true
- user can login only is verified
[Delivers #187419049]
0 commit comments