impierce / openid4vc

Rust implementation of the OpenID4VC standards. The library will offer implementations for SIOPv2, OpenID4VP and OpenID4VCI.
https://www.impierce.com
Apache License 2.0
28 stars 3 forks source link

feat: update OpenID4VCI to WG Draft 13 #64

Closed nanderstabel closed 7 months ago

nanderstabel commented 7 months ago

Description of change

This change updates the oid4vci crate in order to conform to OpenID4VCI WG Draft 13

Links to any relevant issues

59

How the change has been tested

No tests are added, but existing tests are updated. Several test fixtures are updated in oid4vci/tests/examples/*.json Example fixtures are taken from: https://github.com/openid/OpenID4VCI/tree/80b2214814106e55e5fd09af3415ba4fc124b6be/examples.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.