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.