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.
- Host: GitHub
- URL: https://github.com/suddengunter/jwtdec
- Owner: SuddenGunter
- License: mit
- Created: 2020-04-01T21:15:58.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T23:55:12.000Z (over 3 years ago)
- Last Synced: 2025-03-17T03:26:01.152Z (over 1 year ago)
- Topics: cli, go, json, jwt
- Language: Go
- Size: 70.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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