Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# node_jwt
A proof of concept for JWT role based authentication in NodeJS.

Build the app

npm install

Run nodemon app.js by

npm run dev