Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 214 Bytes

CHANGELOG.md

File metadata and controls

4 lines (4 loc) · 214 Bytes
  • v0.2.0: Pivot JOSE dependencies (jsonwebtoken, jsonwebkey) to use josekit crate.
    • JWK constructors and some methods now return Result<JWK, anyhow::Error> instead of just JWK.
  • v0.1.0: Initial Release