In this lecture and in the next lecture, we are going to implement the "forgot password" and "password reset" functionality in our express app. We are going to allow user to reset their password in following steps:
1. User makes a request to forgot password route.
2. A mail will be sent to the user with password reset link
3. Using the password reset link user makes a request to reset password route to change his password.
Let's go ahead and implement the first step in this lecture.
ASP.NET Core GitHub Repo: https://github.com/manojjha86/ASP.NET-Core-mvc
NODE JS Course GitHub Repo: https://github.com/manojjha86/NODE-JS
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.