Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 587 Bytes

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

Installation

Go modules

go install github.com/SuddenGunter/[email protected]

Usage

Screenshot