AndreOneti / auth-jwt

Simple jwt auth example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple jwt auth example

License:MIT License


Languages

Language:JavaScript 98.2%Language:Dockerfile 1.8%