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
To prevent users from spamming emails, we need to implement an email verification feature using nodemailer.
The verification process should work as follows:
After a user submits their registration form, they should receive an email with a verification link.
When the user clicks on the verification link, they should be redirected to the login route.
We've already identified nodemailer as the package we'll use for this feature, but we're looking for help implementing it. Specifically, we would like someone to modify the existing signUp controller to incorporate the nodemailer verification process.
CrimeStop-Analytics
To prevent users from spamming emails, we need to implement an email verification feature using nodemailer.
The verification process should work as follows:
We've already identified nodemailer as the package we'll use for this feature, but we're looking for help implementing it. Specifically, we would like someone to modify the existing signUp controller to incorporate the nodemailer verification process.
signUp controller code
Nodemailer documentation
The text was updated successfully, but these errors were encountered: