Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 20:22
· 0 commits to main since this release
d979e10

Features

Issuer API

Support for OpenID4VCI Draft 11 & 13: The issuer API now supports two OID4VCI versions. By default, the API will use Draft13 when creating issuance requests, but it can be configured via the standardVersion option in the body of the issuance request. Find an example here. Please note Draft 11 only works with W3C credentials.

The onboard endpoint now supports the creation of key & DID using AWS as an external KMS. Find an example here.

The onboard endpoint now supports the creation of key & DID using Azure as an external KMS. Find an example here

Wallet API

Create & secure holder keys via Azure as an external KMS. Learn more here.

AWS KMS Integration

New Auth Method: AWS authentication using EC2 Instance Metadata Service (IMDSv2) by requiring the user to pass a RoleName when generating keys. This is available in the crypto lib and the issuer/wallet APIs. Learn more here.

Delete Key Feature: Delete keys from the AWS KMS using the crypto lib or the Wallet API.

Fixes

Revocation policy available via the policy lib and verifier API no longer throws IllegalStateException error.

Breaking Changes

Issuer API

OpenID4VCI endpoints now have standard version prefix, e.g., draft11 or draft13. Clients use these endpoints, such as the wallet, to facilitate the credential exchange. The endpoints used to create credentials offers use by default draft13 for issuance, if no standardVersion parameter is provided.

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0