Skip to content

v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 06:53
· 147 commits to develop since this release

0.13.0 (2024-07-03)

Bug Fixes

  • Make sure we use 'JWT' as typ instead of the lower case version as suggested in the JWT RFC. (1ff4e40)
  • test added (f655bf0)
  • test added (19b0704)

Features

  • add get types from offer function to get the types from multiple versions of credential offers (b966d8c)
  • Add support for jwt-bearer client assertions in access token (ab4905c)
  • added a facade for CredentialRequestClientBuilder and adjusted the tests (30cddd3)
  • added mock data for metadata draft 13 and added some tests for it (5439a02)
  • added x5c support and made sure that we support request-responses without dids (27bc1d9)
  • Allow to pass in custom access token request params (1a469f9)