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
- Host: GitHub
- URL: https://github.com/matiaspastori/auth
- Owner: MatiasPastori
- Created: 2022-05-26T02:45:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T14:09:53.000Z (about 4 years ago)
- Last Synced: 2023-12-02T01:25:04.192Z (over 2 years ago)
- Topics: authentication, authorization, express, expressjs, jwt, jwt-authentication, middleware, rbac-roles
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 😁