Skip to content

v0.24.0

Choose a tag to compare

@phisakel phisakel released this 20 Apr 11:01
· 107 commits to main since this release
1584d59

What's Changed

  • Reorder DocClaims by issuer Metadata in toClaimsModel function by @phisakel in #326
  • Prevent forwarding 'attestation proof type is supported' flag in case attestation is not required by @ishouldhaveknown in #325
  • Update wallet storage and OpenID4VP dependency versions by @phisakel in #328
  • Log warning for refresh token expired. Update OpenID4VCI library and refactor authorization code. by @phisakel in #329
  • Add partial claims presentation support by @phisakel in #331

OpenID4VP Partial Claim Presentation

  • Added allowPresentingPartialClaims to OpenId4VpConfiguration to let DCQL-based OpenID4VP presentations continue when some requested claims are missing from an otherwise matching credential.
  • When enabled, unavailable claims are skipped from the disclosed claim set instead of causing DCQL resolution to fail.
let openId4VpConfig = OpenId4VpConfiguration(
    clientIdSchemes: [.x509SanDns, .x509Hash, .redirectUri],
    allowPresentingPartialClaims: true
)

New Contributors

Full Changelog: v0.23.7...v0.24.0