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: builder pattern for id_token and response #26

Closed nanderstabel closed 1 year ago

nanderstabel commented 1 year ago

Description of change

Moved (and improved) builder_fn! and parse_other to lib.rs since they can be reused for multiple builders and structs.

Links to any relevant issues

20

How the change has been tested

Multiple unit tests

Definition of Done checklist

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