Skip to content

hasthik/JWT-Decoder-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT-Decoder-Client

A simple electron app to decode your JSON Web tokens. Supports decoding of all JSON web tokens and verification/expiry check on tokens encrypted with HMAC signing method (HS256, HS384, HS512).

The app is built using Bootstrap 5 (bootstrap-dark-5 used for automatic theme switching based on OS theme setting), ElectronJS and the following node modules:

Installers are built using electron-forge.

Tested on MacOS and Windows, build available only for M1 Macs and Windows x64.

Link to Download:

https://1drv.ms/u/s!AoNKM5gi35IWhbpDvgFqQnRqHw0Q4Q?e=7xtFKE

Build Instructions:

Before building install all dependencies:

npm install

To Build:

npm run make

Demo:

Dark mode using bootstrap-dark-5:

Decoding JWT Token:

Verification of JWT Token:

Check for supported algorithms:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published