Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)