Releases: lmammino/jwtinfo
Releases · lmammino/jwtinfo
v0.1.10
v0.1.9
v0.1.8
- Added documentation compatible with
cargo doc
- Added programmatic usage examples
- Moved
jwt/mod.rs
intojwt.rs
(Rust 2018, path clarity) - Exposing internal
jwt
submodule as public interface - Renamed
jwt::parse_token
intojwt::parse
- Renamed all
JWTDecode*
enums intoJWTParse*
for consistency - Updates dependencies to latest patch versions
v0.1.7
Can read the token from stdin when the token argument is -
E.g.
echo "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4geHggRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.ifqduBDRMJbz7BKGEzhWSZw5P_MxNPPrFHovfEob49M" | ./target/release/jwtinfo -