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

https://github.com/matiaspastori/auth

Just a little practice repo to learn about authentication with Express.js, JWT and RBAC
https://github.com/matiaspastori/auth

authentication authorization express expressjs jwt jwt-authentication middleware rbac-roles

Last synced: about 2 months ago
JSON representation

Just a little practice repo to learn about authentication with Express.js, JWT and RBAC

Awesome Lists containing this project

README

          

# Auth

Auth is just a practice repo, its just meant to be a practice project about authentication and authorization using a backend made with Express.js and builinding a
simple API that consumes data from a cloud hosted DB at MongoAtlas and some endpoints validate that the user atempting to get the resources had already authenticated
and has the right roles to be elegible to access the requested data.

That's it 😁