Skip to content

hendem/JwtValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages