Release with support for the pre-authorized code flow only!
- Fixes:
- Matching server metadata on Initiation Request types wasn't working
Discard release because of a merge problem.
Release with support for the pre-authorized code flow only!
-
Changed:
- renamed
jwtArgs
tojwt
in the callback type - Documentation updates/fixes
- renamed
-
Fixes:
- The acquireCredential in the OpenID4VCIClient was not using the access token, resulting in auth issues.
Release with support for the pre-authorized code flow only!
-
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
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
Release with support for the pre-authorized code flow only.
Expect breaking changes in the future, as this package still is undergoing heavy development.
-
Added:
- Support for well-known OID4VCI, oAuth2 and OpenID metadata
-
Fixes:
- Several fixes related to pincode handling
- Overall fixes
Initial release with support for the pre-authorized code flow only.
Expect breaking changes in the future, as this package still is undergoing heavy development.