Skip to content

Releases: Sphereon-Opensource/OID4VC

Metadata matching bugfix release

24 Nov 12:44
Compare
Choose a tag to compare

Release with support for the pre-authorized code flow only!

Fixes:
Matching server metadata on Initiation Request types wasn't working

Bugfix: fix auth token not present in acquireCredential

21 Nov 11:56
Compare
Choose a tag to compare
  • Changed:

    • renamed jwtArgs to jwt in the callback type
    • Documentation updates/fixes
  • Fixes:

    • The acquireCredential in the OpenID4VCIClient was not using the access token, resulting in auth issues.

Allow deferring setting properties. Fix missing exports

20 Nov 12:03
Compare
Choose a tag to compare
  • Added:

    • Allow deferring to set the kid, alg to the acquire credential method, to allow inspecting the Initiation Initiation and metadata first
    • Allow deferring setting the clientId to the acquire access token, to allow inspecting the Issuer first
    • Add methods to get supported credentials, optionally restricted to the Initiate Issuance Request types
    • Relax c_nonce handling, as some Issuers do not implement it.
  • Fixes:

    • Missing some exports

New main OpenID4VCI client class

19 Nov 20:54
Compare
Choose a tag to compare

Release with support for the pre-authorized code flow only!

WARNING: The package has been renamed to @sphereon/openid4vci-client!

Added:

  • Single main OpenID4VCI Client, not requiring implementation to have to use the low level classes/methods

Fixes:

  • Several fixes and improvements

v0.1.0 Initial release

18 Oct 16:51
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Initial release with support for pre-authorized-code flow only!

  • WIP: Feature/jff 5 credential request and response objects by @sksadjad in #1

  • Feature/jff 5 docs plus puml by @sksadjad in #5

  • JFF-3 Create Initiate Issuance request object by @maikel-maas in #2

  • Feature/jff 4/token request response by @hrehman-sphereon in #3

  • feature/JFF-6/proof_sign by @maikel-maas in #6

  • Feature/cleanup by @nklomp in #7

New Contributors

Full Changelog: https:/Sphereon-Opensource/OID4VCI-client/commits/v0.1.0