Skip to content

Releases: mike-engel/jwt-cli

3.2.1

13 Sep 20:46
8773acc
Compare
Choose a tag to compare
fix clippy, ci, and ci

3.2.0

11 Sep 20:20
c3ab1e0
Compare
Choose a tag to compare

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

17 Apr 20:52
10b6b08
Compare
Choose a tag to compare

New features

  • Durations (exp, and nbf) can now be set with relative times #68

3.0.1

14 Mar 20:53
174c49a
Compare
Choose a tag to compare
Re-release for cargo

3.0.0

14 Mar 18:24
34b77cf
Compare
Choose a tag to compare

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

2.5.2

02 Feb 12:10
28f5646
Compare
Choose a tag to compare

Bug fixes

  • Prevent invalid JWT tokens from causing a panic #52

Fix JSON encoding

07 Oct 15:16
bf5bfb7
Compare
Choose a tag to compare

Bug fixes

  • 2.5.1 fixes a nasty bug where non-string JSON values would be dropped during encoding

ECDSA support

30 May 03:50
257a237
Compare
Choose a tag to compare

New features

  • Add support for ECDSA algorithms. For now, only ES256 and ES384 are supported. #12

STDIN support

20 Apr 00:22
7058cb7
Compare
Choose a tag to compare

New features

  • Add support for stdin on encode and decode. 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

10 Jan 23:22
8434cab
Compare
Choose a tag to compare

New features

  • Adds the ability to include a private/public key from a file on the local filesystem using the @ shorthand #9