a-sit-plus / kmm-vc-library

Kotlin Multiplatform library implementing W3C VC Data Model and ISO 18013-5 mDL
https://a-sit-plus.github.io/kmm-vc-library/
Apache License 2.0
15 stars 1 forks source link

Authentication response preparation helper #67

Closed acrusage-iaik closed 1 month ago

acrusage-iaik commented 2 months ago

Changes in OidcSiopWallet API:

Evaluating AuthenticationResponseResult is now a two-step-process:

  1. starting authentication response preparation - yields an authentication response preparation helper
  2. finalizing authentication response result - consumes an authentication response preparation helper

Between step 1 and step 2, users of the library may give their users a chance to consent and see submission details.

nodh commented 1 month ago

Please rebase this branch on the current develop, because 81 commits can't be right.