Skip to content

Releases: lmammino/jwtinfo

v0.1.9

30 Sep 18:33
Compare
Choose a tag to compare
  • Removes "file present in multiple build targets" warning (#23)

v0.1.8

29 Sep 12:33
Compare
Choose a tag to compare
  • Added documentation compatible with cargo doc
  • Added programmatic usage examples
  • Moved jwt/mod.rs into jwt.rs (Rust 2018, path clarity)
  • Exposing internal jwt submodule as public interface
  • Renamed jwt::parse_token into jwt::parse
  • Renamed all JWTDecode* enums into JWTParse* for consistency
  • Updates dependencies to latest patch versions

v0.1.7

14 Mar 11:36
Compare
Choose a tag to compare

Can read the token from stdin when the token argument is -

E.g.

echo "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4geHggRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.ifqduBDRMJbz7BKGEzhWSZw5P_MxNPPrFHovfEob49M" | ./target/release/jwtinfo -

v0.1.6

13 Mar 15:47
7155f6e
Compare
Choose a tag to compare
  • Better error reporting (#8)
  • Reports correct version when used with --version flag (#9)

v0.1.5

08 Mar 10:42
Compare
Choose a tag to compare

Added ARMv7 as a compilation target

v0.1.4

07 Mar 15:56
Compare
Choose a tag to compare

New build pipeline using GitHub