v0.24.0
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
allowPresentingPartialClaimstoOpenId4VpConfigurationto 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
- @ishouldhaveknown made their first contribution in #325
Full Changelog: v0.23.7...v0.24.0