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

InterTuts 2024-08-03

Views 0

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.

Share This Video


Download

  
Report form