Skip to content

Encode or Decode JWTs. Paste a JWT and decode its payload or provide payload information to generate a JWT.

Notifications You must be signed in to change notification settings

karthikash/jwt-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-builder

Encode or Decode JWTs. Paste a JWT and decode its payload or provide payload information to generate a JWT.

Installation & Quick Start

requires Node.js to run.
install the dependencies.
$ cd jwt-builder
$ npm install

Create an .env file to add the ENV variables.

environments
$ ENV = dev
$ HOST = localhost
$ PORT = 3000
$ API_VERSION = v1
$ npm start

Open http://localhost:3000 on your browser

About

Encode or Decode JWTs. Paste a JWT and decode its payload or provide payload information to generate a JWT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published