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

refactor: Refactor `RequestUrl` to `AuthorizationRequest<E>`, add `Extension` trait #56

Closed nanderstabel closed 6 months ago

nanderstabel commented 1 year ago

Description of change

This PR includes several changes:

Links to any relevant issues

n/a

How the change has been tested

Several unit test added/modified

Definition of Done checklist

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

nanderstabel commented 6 months ago

Closing this PR in favor of #60 which has same functionality but cleaner git history