How To Handle Forgot Password & Reset Password With Node JS
CyberWolves CyberWolves
7.84K subscribers
17,915 views
184

 Published On May 23, 2021

Hi guys today we gonna implement password reset via email in node.js. If you user forgot there password, we send an link to you user email account. From that link user can add there new password. If you just wanna know how this concept works, you can start from Model section .

Project Github Link = https://github.com/sk-Jahangeer/node-...

Project Blog Link = https://dev.to/jahangeer/how-to-imple...

---------------------------------------
0:00 Create Node.js App
0:30 Setup Express Web Server
0:50 Configure MongoDB Database
1:09 Define User Model
2:24 Define Token Model
3:09 Configure The Email Transporter
4:23 Configure User Route
5:30 Send Password Reset link Route
7:57 Rest password Route
9:52 Testing APIs
---------------------------------------

show more

Share/Embed