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: ExternalSign, optional endpoints, VpToken #55

Closed nanderstabel closed 1 year ago

nanderstabel commented 1 year ago

Description of change

Various changes:

Links to any relevant issues

Because of the loosening of deserialization, there is currently one unit test that fails: This test is currently failing because the serialization rules for RequestUrl have been loosened. This will be addressed in #19 .

How the change has been tested

All unit tests still succeed with the exception of the one mentioned above

Definition of Done checklist

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