How to do forgot password in React & Node Js || Reset Password in React

Опубликовано: 06 Февраль 2025
на канале: The Debug Arena
235
5

Hello Guys,
In this video I have explained how we can integrate forgot and reset password in React application. When attempting to reset the password user can validate himself and then the reset password link will be shared on mail through which user can reset the password. For mail I have integrated nodemailer in Node JS and I am using MySQL as database.

Topic Covered.
How to generate link to reset password?
User can change password with one link only one time.
Link will be valid for certain time period.
Send that link to users mail.

Thank You.