Skip to content

Releases: eu-digital-identity-wallet/eudi-lib-ios-wallet-kit

v0.5.5

03 Jul 10:03
95c2c92
Compare
Choose a tag to compare

Update eudi-lib-ios-openid4vci-swift to version 0.3.1

v0.5.4

02 Jul 06:29
a025a2b
Compare
Choose a tag to compare

Custom URLSession variable

  • Added public var urlSession: URLSession variable to EudiWallet class. This variable can be used to set a custom URLSession for network requests. Allows for custom configuration of the URLSession, such as setting a custom timeout interval or Self-Signed certificates.

v0.5.3

28 Jun 14:07
892c2e7
Compare
Choose a tag to compare

What's Changed

  • [fix] pre-auth fixes in libs in #75

Full Changelog: v0.5.2...v0.5.3

Support Pre-Authorized Code Flow

21 Jun 13:47
4e681e1
Compare
Choose a tag to compare

The flow is supported by existing methods:

1 - An issue offer url is scanned. The following method is called: public func resolveOfferUrlDocTypes(uriOffer: String, format: DataFormat = .cbor, useSecureEnclave: Bool = true) async throws -> OfferedIssueModel

(Breaking change, the return value type is OfferedIssueModel instead of [OfferedDocModel])

2 - If OfferedIssueModel.isTxCodeRequired is true, the call to issueDocumentsByOfferUrl must include the transaction code (parameter txCodeValue).

  • Note: for the clientId value the EudiWallet/openID4VciClientId is used.

Update eudi-lib-ios-openid4vci-swift dependency to version 0.1.5

20 Jun 10:00
e3dc92e
Compare
Choose a tag to compare
  • Update eudi-lib-ios-openid4vci-swift dependency to version 0.1.5
  • Fixes iOS16 offer url parsing issue

new PID docType

18 Jun 21:18
8d73b6b
Compare
Choose a tag to compare

EuPidModel updated with new PID docType

Openid4VP fixes and updates

07 Jun 22:48
9327144
Compare
Choose a tag to compare
  • Update eudi-lib-ios-siop-openid4vp-swift to version 0.1.1
  • Fix openid4vp certificate chain verification (PresentationSession's readerCertIssuerValid and readerCertIssuer properties)
  • Add readerLegalName property to PresentationSession

v0.4.8

07 Jun 08:05
8fa0d57
Compare
Choose a tag to compare
  • Update eudi-lib-ios-siop-openid4vp-swift to version 0.1.0
  • Added wallet configuration parameter public var verifierLegalName: String? (used for Openid4VP preregistered clients)

Update eudi-lib-ios-siop-openid4vp-swift to version 0.1.0

06 Jun 21:13
e2586e6
Compare
Choose a tag to compare

Update openid4vci to version 0.1.2

06 Jun 20:00
56044c6
Compare
Choose a tag to compare