Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rash023/authentication-authorization
This GitHub repository hosts an Express MongoDB Mongoose backend application designed for authentication and authorization purposes. It employs JSON Web Tokens (JWT) to ensure secure session management and relies on MongoDB for data storage. The codebase is structured with modularized routing, password encryption, and input validation.
https://github.com/rash023/authentication-authorization
Last synced: 13 days ago
JSON representation
This GitHub repository hosts an Express MongoDB Mongoose backend application designed for authentication and authorization purposes. It employs JSON Web Tokens (JWT) to ensure secure session management and relies on MongoDB for data storage. The codebase is structured with modularized routing, password encryption, and input validation.
- Host: GitHub
- URL: https://github.com/rash023/authentication-authorization
- Owner: Rash023
- License: mit
- Created: 2023-09-19T11:20:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T20:03:16.000Z (12 months ago)
- Last Synced: 2023-11-08T21:22:56.276Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: READme.md
Awesome Lists containing this project
README
# Authentication-Auhtorization
Authentication and authorization system for users, using JWT token and bcrypt password encryption with
Protected routes for user specific roles.[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)