Releases: xqr-dev/xqr-rs
Releases · xqr-dev/xqr-rs
v0.4.0
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 idfetch_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
tojwtk
v0.3.0
Added
- Add
CONTRIBUTING.md
andCODE_OF_CONDUCT.md
for community guidelines - Breaking change:
encode
now takes avalid_for
argument to set how long the token is valid for- This can be set to
None
to make the token valid forever
- This can be set to