v0.9.0
github-actions
released this
16 Feb 11:11
·
614 commits
to develop
since this release
0.9.0 (2024-02-16)
Bug Fixes
- Add back jwt_vc format support for older versions (9f06ab1)
- add sd-jwt to issuer callback (93b1242)
- disable awesome-qr in rn (3daf0d3)
- Do not set a default redirect_uri, unless no authorization request options are set at all (6c96089)
- Do not set default client_id (7a1afbc)
- Do not sort credential types, as issuers might rely on their order (59fba74)
- Fix uri to json conversion when no required params are provided (36a70ca)
- opts passed to getCredentialOfferEndpoint() (923b8b4)
- sd-jwt: cnf instead of kid (510a4e8)
- the client_id used in the auth request was not taken into account when requesting access token (2bc039c)
Features
- Add deferred support (99dc87d)
- Add EBSI support (7577e3d)
- Add initial support for creating a client without credential offer (13659a7)
- add sd-jwt issuer support and e2e test (951bf2c)
- add sd-jwt support (a37ef06)
- Add support to get a client id from an offer, and from state JWTs. EBSI for instance is using this (f089116)
- added state recovery (8ee6584)
- Allow to create an authorization request URL when initiating the OID4VCI client (84ea215)
- Allow to set the clientId at a later point on the VCI client (042b183)
- EBSI compatibility (c44107f)
- ldp issuance (bf8865a)
- Make sure redirect_uri is the same for authorization and token endpoint when used and made redirect_uri optional. The redirect_uri is automatically passed to the token request in case one was used for authorization (394fcb7)
- PAR improvements (99f55c2)
- PKCE support improvements. (5d5cb06)
- Support sd-jwt 0.2.0 library (77c9c24)