Implementation of Password option
Describe the solution you'd like
A user can reset their password using a password reset link or OTP.
- User will create a password reset request
- A OTP email will be send.
- User can reset their password via that email.
Suggested Changes
- Implement a email service (nodemailer).
- Create controllers to request for otp.
- Controller to reset password by verifying the otp.
Implementation
- Update Signup and login UI
- Implement Backend routes and controllers.
- Integrate with UI.
Implementation of Password option
Describe the solution you'd like
A user can reset their password using a password reset link or OTP.
Suggested Changes
Implementation