Crime-Analytica / CrimeStop-Analytics

A solution to the ongoing problem of crime and public safety
https://www.crimestop-analytics.tech/
Apache License 2.0
2 stars 0 forks source link

Add email verification feature using nodemailer #4

Open GarretTomlin opened 1 year ago

GarretTomlin commented 1 year ago

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

100010We commented 1 year ago

aiit