Skip to content

Releases: xqr-dev/xqr-rs

v0.4.0

12 Aug 19:32
8db12d3
Compare
Choose a tag to compare

Changed

  • Breaking changes:
    • decode now borrows the XQR instead of taking ownership of it
      • This allows the XQR to be reused after decoding
    • encode takes an issuer rather than key id
    • fetch_public_key takes an issuer in addition to key id
      • This allows the issuer to be used to fetch the public key and look up by key id
  • Change from jwt-simple to jwtk

v0.3.0

11 Aug 20:13
7a5c005
Compare
Choose a tag to compare

Added

  • Add CONTRIBUTING.md and CODE_OF_CONDUCT.md for community guidelines
  • Breaking change: encode now takes a valid_for argument to set how long the token is valid for
    • This can be set to None to make the token valid forever