/auth-jwt

Simple jwt auth example

Primary LanguageJavaScriptMIT LicenseMIT

json web token authentication

Simple exampleto how to authenticate with json web token lib.

Clone repository with git clone git@github.com:AndreOneti/auth-jwt.git

Enter in folder cd auth-jwt

install dependencies using yarn or npm install

execute node index.js

and see server's running on port 9001