Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prasanth2817/password-reset

This API is designed for Users to reset their passwords with proper security .
https://github.com/prasanth2817/password-reset

bcryptjs cors dotenv expressjs jsonwebtoken mongoose nodejs nodemailer

Last synced: 9 days ago
JSON representation

This API is designed for Users to reset their passwords with proper security .

Awesome Lists containing this project

README

        

This API is designed for achieve the proper password reset flow .
This can ba achieved by generating random strings with the help of Jsonwebtoken.
The token is generated and send as a url to the users email. From that help of url the users can able to change the password sucessfully .
And also the link is valid only for 15min. After that the user have to regenerate the new url from forgert-password page for reset password. this is done for security purposes.
The Front-end-url is attached here. https://password-reset-signup-login.netlify.app/