Skip to content

codespider/dev-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-utils

Developer Utility scripts and tools

JWT decoder (CLI)

Inspect JWTs quickly from the terminal.

  • Install with pipx (from Git):

    pipx install --python "$(uv python find 3.13)" "git+https://github.com/codespider/dev-utils.git@main"
  • Usage:

    jwt-decode "<jwt>"
    jwt-decode --file token.jwt
    # verify (optional)
    jwt-decode --verify --jwks https://www.googleapis.com/oauth2/v3/certs --aud <aud> --iss https://accounts.google.com

Note: pretty timestamps are shown by default. Use --raw to print raw epoch values.

About

Developer Utility scripts and tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors