Skip to content

v0.7.1

Compare
Choose a tag to compare
@reinkrul reinkrul released this 20 Oct 09:23
· 27 commits to master since this release
a247b7e

What's Changed

  • Typo in JWTCredentialsProofFormat const name
  • MarshalJSON() for Verifiable Credentials in JWT format returned the VC as JSON (as if it were JSON-LD), instead of the parsed JWT VC
  • JWT VCs contained null/empty values for properties that are specified as JWT claims (issuanceDate, issuer, proof). Moved JWT creation function from Nuts node to this library to create JWT credential without setting null/empty properties.
  • Made expirationDate in Verifiable Credential in JWT format optional (now led to a zero-ed time.Time)

Full Changelog: v0.7.0...v0.7.1