Skip to content
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 feature using nodemailer #4

Open
GarretTomlin opened this issue Apr 2, 2023 · 1 comment
Open

Add email verification feature using nodemailer #4

GarretTomlin opened this issue Apr 2, 2023 · 1 comment
Assignees
Labels
Backend enhancement New feature or request

Comments

@GarretTomlin
Copy link
Collaborator

GarretTomlin commented Apr 2, 2023

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:

  • 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.

signUp controller code
Nodemailer documentation

@GarretTomlin GarretTomlin added the enhancement New feature or request label Apr 2, 2023
@100010We
Copy link

aiit

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

No branches or pull requests

2 participants