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

https://github.com/suddengunter/jwtdec

CLI util that can decode JWT token and pretty-print payload.
https://github.com/suddengunter/jwtdec

cli go json jwt

Last synced: 1 day ago
JSON representation

CLI util that can decode JWT token and pretty-print payload.

Awesome Lists containing this project

README

          

# jwtdec

Simple CLI tool for JWT payload parsing in your terminal.

No validation, no configuration, no dependencies in your OS required.

I wrote this because shell tool is more convenient then opening new browser tab with https://jwt.io each time I need to parse JWT.

![Screenshot](https://github.com/SuddenGunter/jwtdec/blob/main/1585778760_0106_02042020_421x193.png)

## Installation

### Go modules
```shell script
go install github.com/SuddenGunter/jwtdec@v0.2.0
```

## Usage

![Screenshot](https://github.com/SuddenGunter/jwtdec/blob/main/1668037798_0149_10112022_550x358.png)