Surprise Me!

React & Node.js Authentication: how is working the password reset request

2024-08-03 0 Dailymotion

In this video I'm showing how I created the password reset request feature. I'm not using a special database table like I'm using in my Vue-based authentication service. I'm creating a secret code(using jsonwebtoken) based on the user's ID and it is valid for 10 minutes. The password reset link is sending by email using the nodemailer module.

Buy Now on CodeCanyon