Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wyattjoh/jwt

Inspect JWTs from the command line. Now you don't need to open jwt.io every time!
https://github.com/wyattjoh/jwt

Last synced: 18 days ago
JSON representation

Inspect JWTs from the command line. Now you don't need to open jwt.io every time!

Awesome Lists containing this project

README

        

# JWT Inspector

![Test](https://github.com/wyattjoh/jwt/workflows/Test/badge.svg)

Inspect JWTs from the command line. Now you don't need to open jwt.io every
time!

## Installation

Install via with the Go toolchain to compile from source:

```
go get github.com/wyattjoh/jwt
```

Download pre-compiled binary on the [Releases Page](https://github.com/wyattjoh/jwt/releases/latest) for your Arch/OS.

### Installation Via Homebrew

```
brew install wyattjoh/stable/jwt
```

## Usage

```
Usage of jwt:
-header
include header in output
-pretty
prettify output
```