It's cat, but for JWTs. A command-line tool to parse JWT payloads, written in Go.
jat <some-jwt>- Navigate to the Releases page;
- Download the corresponding version for your OS;
- Decompress the archive and place its content on a directory of your choice (preferably
$HOME/.local/bin); - (Optional) Add this directory to PATH, if it's not already;
- Done!
- Clone this repository;
- Compile the program with
make build; - A fresh new binary will be outputted to the
bindirectory, and you can run it with./bin/jat;