/NodeJWTAuth

Node JWT authentication using Passport

Primary LanguageJavaScript

NodeJWTAuth

A Node Authentication Server using JWT Tokens.It Makes use of mongoDB as backend where it stores the encrypted the user details.

git clone https://github.com/sunilhari/NodeJWTAuth.git
npm install
npm run build
npm serve