gabrielweyer / jwt-viewer

Exactly like https://jwt.io/, except it's neither as beautiful nor remotely as useful :trollface:.

Home Page:https://victorious-tree-09a6b2700.2.azurestaticapps.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT Viewer

Build Status

Exactly like JWT.io, except it's neither as beautiful nor remotely as useful :trollface:.

I'm only interested in the claims from the payload. I neither care about the header nor the signature.

If you feel adventurous you can try the hosted version.

Running locally

🕵️‍♀️ If you would like to inspect some top-secret JWT I advise you to run locally (the app is self-contained). You'll need:

Then run the following commands one by one:

yarn
yarn start

CI/CD

Each push to main triggers a GitHub Actions workflow and a deployment to Azure Static Web Apps.

About

Exactly like https://jwt.io/, except it's neither as beautiful nor remotely as useful :trollface:.

https://victorious-tree-09a6b2700.2.azurestaticapps.net/

License:MIT License


Languages

Language:TypeScript 53.5%Language:SCSS 23.1%Language:HTML 19.6%Language:Bicep 3.8%