Skip to content

Bo0mer/jwtverify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwtverify

Verify and decode JWTs. For more info on JWT, see this.

User's manual

Usage: jwtverify is a tool to verify and decode JSON Web Tokens.

    jwtverify <action> <token> [-k key] [-s secret] [-p]

Actions:
    verify	Verify whether the token is valid.
    decode	Only decode the token, skip verification.

    help	Print this.

Options:
    -k		Public key (path to pem file) to verify the token. To use with RSA.
    -s		Secret used to sign the token. To use with HS.
    -p		Pretty output.

About

Verify JWT token signatures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages