Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahajanankur/node_jwt
A proof of concept in NodeJS with JWT role based authentication.
https://github.com/mahajanankur/node_jwt
Last synced: about 2 months ago
JSON representation
A proof of concept in NodeJS with JWT role based authentication.
- Host: GitHub
- URL: https://github.com/mahajanankur/node_jwt
- Owner: mahajanankur
- Created: 2019-12-06T06:11:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:31:55.000Z (about 2 years ago)
- Last Synced: 2024-10-18T22:29:10.514Z (3 months ago)
- Language: JavaScript
- Size: 325 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_jwt
A proof of concept for JWT role based authentication in NodeJS.Build the app
npm installRun nodemon app.js by
npm run dev