/jwt-tools

Primary LanguageTypeScript

JWT Tool

Prerequisites

  1. Node.js and npm installed (verified with Node 14.16.0 and npm version 6.14.11).

Installation

  1. Clone or download this repository.
  2. Install the dependencies: npm install
  3. Build: npm run build

Usage

To generate a JWT

node . file_data.txt

To validate a JWT

node . --validate file_to_validate.txt