Rajat2024 / NoteBook

Here notebook is created using React as a frontend and NodeJS as a backend. Here you can add , delete and update notes in your Mongoose database. You create a password using express validation , authentication using JWT Token and salting. An easy way to sign up and log in a notebook, context for data passing through the component.
https://mern-notebook.onrender.com/
0 stars 1 forks source link

Forgot Password API #57

Closed nwokporochukwuebuka closed 1 year ago

nwokporochukwuebuka commented 1 year ago

Is your feature request related to a problem? Please describe. Many of times, users on the platform may have forgotten their password.

Describe the solution you'd like I propose an API that can help users generate a new password by sending the user a link to the user's registered email to reset their password. Here is the step they'll take to reset their password.

We can also use an OTP to achieve this

nwokporochukwuebuka commented 1 year ago

I have done this @Rajat2024 please confirm.