Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salaitsudhakar/password-reset-api
Password Reset Page Server side
https://github.com/salaitsudhakar/password-reset-api
bcrypt expressjs jsonwebtoken mongodb mongoose nodejs
Last synced: 14 days ago
JSON representation
Password Reset Page Server side
- Host: GitHub
- URL: https://github.com/salaitsudhakar/password-reset-api
- Owner: SalaitSudhakar
- Created: 2024-10-31T16:52:52.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-11-01T03:45:34.000Z (16 days ago)
- Last Synced: 2024-11-01T04:27:57.754Z (16 days ago)
- Topics: bcrypt, expressjs, jsonwebtoken, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://password-reset-eha6.onrender.com/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend - Password Reset Project
This backend API is built with **Node.js**, **Express**, and **Mongoose** for managing user authentication and password reset functionality. It serves as the backend for a password reset project that includes features for user registration, login, and password recovery.
## Features
- **User Registration**: Allows new users to create an account and stores their information in MongoDB.
- **User Login**: Authenticates users using their credentials.
- **Forgot Password**: Sends a reset link to the user’s registered email with a unique token for security.
- **Reset Password**: Validates the token and ID provided in the URL and allows the user to update their password.## PostMan Documentation
[API Documentation](https://documenter.getpostman.com/view/39168834/2sAY4viNo1)