Skip to content

Releases: xqr-dev/xqr-cli

v0.2.0

14 Aug 13:44
8b03178
Compare
Choose a tag to compare

Added

  • Add --valid-for argument to xqr encode to set how long the token is valid for
    • When not set, the XQR will be valid forever
  • Add --iss argument and pass to xqr encode to set the issuer

Changed

  • Upgrade xqr to 0.4.0 (breaking changes)

Removed

  • Remove --kid argument from xqr encode
    • The key id is now generated from the key

v0.1.0

11 Aug 16:00
30bfa32
Compare
Choose a tag to compare

Added

  • xqr encode command
  • xqr decode command
  • xqr generate-key-pair command