Releases: mike-engel/jwt-cli
Releases · mike-engel/jwt-cli
3.2.1
fix clippy, ci, and ci
3.2.0
New features
- When piping the output of
jwt
to another command,jwt
won't add a trailing newline
Bug fixes
- When verifying token without an
exp
claim,jwt
won't print that the jwt is inavalid
3.1.0
3.0.1
Re-release for cargo
3.0.0
New features
- Updated
jsonweboken
to version 7, which now allows PEM secrets to be used- This requires the filename to end with
.pem
to be detected correctly
- This requires the filename to end with
2.5.2
Fix JSON encoding
Bug fixes
- 2.5.1 fixes a nasty bug where non-string JSON values would be dropped during encoding
ECDSA support
New features
- Add support for ECDSA algorithms. For now, only ES256 and ES384 are supported. #12
STDIN support
New features
- Add support for stdin on
encode
anddecode
. Instead of passing a JSON body or a JWT token, you can simply pass-
. #10
Minor changes
- Updated the project to use rust 2018 edition
- Update dependencies
File path shorthands
New features
- Adds the ability to include a private/public key from a file on the local filesystem using the
@
shorthand #9