Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 804 Bytes

JWT Decoder

This is a simple electron based JsonWebToken decoder with a very basic UI and JWT encoding capabilities

Requirements

Those are included in the packeage.json file.
Resource URL
electron https://electronjs.org/docs
electron-log https://electronjs.org/docs
jsonwebtoken https://www.npmjs.com/package/jsonwebtoken
glob https://www.npmjs.com/package/glob

Build

This is not a release so you must have node.js to run it

Commands

npm install (install all the dependencies )

npm start (to run in dev enviroment)