repositorypackage
0.0.0-20161121061839-d6ae2c96e852
Repository: https://github.com/bo0mer/jwtverify.git
Documentation: pkg.go.dev
# README
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.