jwt-cli
jwt-cli copied to clipboard
A super fast CLI tool to decode and encode JWTs built in Rust
### Summary Currently jwt-cli detects the content of a file by its file name extension (".json" for JWK, ".pem" for PEM and everything else is considered DER). This is fast...
Working a lot with German health related projects this would be really handy if it supported Brainpool curved keys. ``` The JWT provided is invalid because JSON error: unknown variant...
### Summary Verify exp independently of signature. Checking the expiry of the token can be valuable regardless of verification of the signature. Implicitly verifying it unless `--ignore-exp` is specified seems...
Support encoding of DPoP JWT, which implies supporting new typ value `dpop+jwt`, and a new CLI parameter to take the DPoP access token as input in order to compute the...
### Summary While creating JWT signed with RSA key it is a standard practice to include the leaf certificate itself as part of JOSE header using "x5c" field. Additionally, other...