Skip to content

frodejac/jwtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwtool

Dead simple CLI tool for decoding JWTs

Installation

go install github.com/frodejac/jwtool@latest

Usage

usage: jwtool [option...] [JWT]
  --ugly           don't pretty-print the output
  -H, --headers    include JWT headers in output
  -h, --help       print this help and exit

JWT can also be piped through stdin:
  echo -n "jwt" | jwtool

For best effect, pipe output to jq to get syntax highlighting:
  jwtool "jwt" | jq

About

Dead simple CLI tool for decoding JWTs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages