mathcale / jat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 96.8%Language:Makefile 3.2%