CjKhaled / roost

1 stars 1 forks source link

Email Verification #23

Open CjKhaled opened 2 weeks ago

CjKhaled commented 2 weeks ago

Since we are targeting students, we are going to give them the option to verify their .edu email. You're going to have to use nodemailer.

Tasks

Put routes in a file called emailVerificationRoutes.js in /server/routes Put controllers in a file called emailVerificationController.js in /server/controllers Put helper functions in /server/config Put validations in a file called emailVerificationValidations.js in /server/validations

wshaoul commented 2 weeks ago

I can get started with this in our meeting