issues
search
yumeangelica
/
needypet
Full-stack Pet Care Management Application
https://needypet.azurewebsites.net/
Other
2
stars
0
forks
source link
Feat/backend/setup nodemailer email confirmation password recovery
#65
Closed
yumeangelica
closed
4 months ago
yumeangelica
commented
4 months ago
Implemented email confirmation and password reset functionality:
Generate and send email confirmation token on user creation
Request password reset and verify email/password reset tokens
Resend email confirmation
Updated user model with fields and methods for email confirmation and password reset
Added routes for email verification, resending confirmation, and password reset
Configured Nodemailer for email confirmation and password recovery
Added environment variables for email service configuration
Included Nodemailer dependency
Minor version update for the backend
Added scripts for version push
Created a file for version number increment in backend or frontend