Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/wyattjoh/jwt
- Owner: wyattjoh
- License: mit
- Created: 2021-02-09T04:08:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T10:04:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T18:38:46.241Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```