Skip to content
/ jat Public

It's `cat` for JWTs: a command-line tool to visualize some token's content, written in Go

Notifications You must be signed in to change notification settings

mathcale/jat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jat

It's cat, but for JWTs. A command-line tool to parse JWT payloads, written in Go.

.github/workflows/build.yml

Usage

jat <some-jwt>

Install

  1. Navigate to the Releases page;
  2. Download the corresponding version for your OS;
  3. Decompress the archive and place its content on a directory of your choice (preferably $HOME/.local/bin);
  4. (Optional) Add this directory to PATH, if it's not already;
  5. Done!

Running locally

  1. Clone this repository;
  2. Compile the program with make build;
  3. A fresh new binary will be outputted to the bin directory, and you can run it with ./bin/jat;

About

It's `cat` for JWTs: a command-line tool to visualize some token's content, written in Go

Topics

Resources

Stars

Watchers

Forks