Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/prasanth2817/password-reset
- Owner: prasanth2817
- Created: 2024-01-10T17:53:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T08:21:14.000Z (12 months ago)
- Last Synced: 2024-11-08T21:52:08.633Z (2 months ago)
- Topics: bcryptjs, cors, dotenv, expressjs, jsonwebtoken, mongoose, nodejs, nodemailer
- Language: JavaScript
- Homepage: https://password-reset-ufwl.onrender.com
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/