/node-jwt

JWT Processing Utilities For Node Projects

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.