Skip to content

v0.12.4

Latest
Compare
Choose a tag to compare
@phisakel phisakel released this 20 Jun 23:06
8b79f41

EudiWallet property addition

  • Added verifierRedirectUri: String? property to EudiWallet.
    • This property stores the OpenID4VP verifier redirect URI, used for redirectUri clients in OpenID4VP flows.

Fix to delete one-time credentials for presented documents only

  • Updated the logic to ensure that only one-time credentials for documents that have been presented are deleted.

Fix to issueDocumentsByOfferUrl crash

  • When multiple documents were issued many times the 'Fatal error: Unexpectedly found nil while unwrapping an Optional value' occurred.