@cr-ste-justine/jwt
v0.1.0
Published
Utilities to process jwt tokens
Downloads
3
Readme
Overview
This repo contains an npm library implementing utilities to extract jwt tokens from request instances and verify the token once extracted.
Installation
npm install @cr-ste-justine/jwt
Usage
monad
See the comments in the index.js file for documentation on each function.
For usage, look at the tests in tests/index.js.