/node-jwt

Small node server for testing jwt related things

Primary LanguageJavaScriptMIT LicenseMIT

NodeJs JWT

A basic nodejs script to create and validate a jwt token.

Use

npm i
npm run start

The application servers on localhost:8000

Use postman to verify whether it works.