Releases: Sphereon-Opensource/OID4VC
Releases · Sphereon-Opensource/OID4VC
Metadata matching bugfix release
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
-
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
-
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
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
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
-
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
New Contributors
- @sksadjad made their first contribution in #1
- @maikel-maas made their first contribution in #2
- @hrehman-sphereon made their first contribution in #3
- @nklomp made their first contribution in #7
Full Changelog: https://github.com/Sphereon-Opensource/OID4VCI-client/commits/v0.1.0