Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shobanamuthiah/authentication_backend
User Authentication API
https://github.com/shobanamuthiah/authentication_backend
backend-api cors database-management expressjs javascript mongodb mongoose nodejs
Last synced: 21 days ago
JSON representation
User Authentication API
- Host: GitHub
- URL: https://github.com/shobanamuthiah/authentication_backend
- Owner: ShobanaMuthiah
- Created: 2024-06-07T17:35:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:15:48.000Z (8 months ago)
- Last Synced: 2024-11-14T00:32:43.611Z (3 months ago)
- Topics: backend-api, cors, database-management, expressjs, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://authentication-backend-tgky.onrender.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication API
This documentation covers the endpoints available for user authentication, including registration, login, forgot password and reset password.
#### Base URL:-
###### https://authentication-backend-tgky.onrender.com
This ensures the api is running on appropriate port
#### Registration API:-
###### https://authentication-backend-tgky.onrender.com/api/userregister
User registers with Username, Email and creating new password
#### Login API:-
###### https://authentication-backend-tgky.onrender.com/api/userlogin
User login with registered email and password
#### Forgot password API:-
###### https://authentication-backend-tgky.onrender.com/api/forgotpassword
If user does not know the registered password, who can generates the token through nodemailer by posting email id
#### Reset password API:-
###### https://authentication-backend-tgky.onrender.com/api/reset-password/
When the user generates the token, particular token will be searched into this api##### POSTMAN DOCUMENTATION URL:-
###### https://documenter.getpostman.com/view/34996607/2sA3XLFjPv