Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

JWT validator

This tool is designed to assit in troubleshooting issues with Jwts aid in understading why a JWT might fail to validate.

Command Line options

-j, --jwt The JWT token to validate.

--jwt-file The file path of the JWT.

-u, --jwks-url The URL of the JWKS.

--jwks-json The JWKS payload.

--jwks-file The file path of a JWKS file.

--rsa-key-file The file path of the RSA key in PEM format.

--manual Use the Manual validation method.

-v, --verbose (Default: false) Set output to verbose messages.

--help Display this help screen.

--version Display version information.

About

I created this simple command line tool to help troubleshoot issues with Jwt validation

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages