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:
- https://github.com/auth0/jwt-decode (For decoding)
- https://github.com/auth0/node-jsonwebtoken (For verification)
Installers are built using electron-forge.
Tested on MacOS and Windows, build available only for M1 Macs and Windows x64.
https://1drv.ms/u/s!AoNKM5gi35IWhbpDvgFqQnRqHw0Q4Q?e=7xtFKE
npm install
npm run make