You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ All examples assume that we have the following claim set
236
236
237
237
## SD-JWT VC support
238
238
239
-
The library supports verifying [SD-JWT-based Verifiable Credentials](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-04.html).
239
+
The library supports verifying [SD-JWT-based Verifiable Credentials](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-13.html).
240
240
More specifically, Issuer-signed JWT Verification Key Validation support is provided by [SDJWTVerifier](Sources/Verifier/SDJWTVerifier.swift).
241
241
242
242
Please check [PresentationTest](Tests/Presentation/PresentationTest.swift) for code examples on creating a holder presentation.
@@ -245,7 +245,7 @@ Please check [VcVerifierTest](Tests/Verification/VcVerifierTest.swift) for code
245
245
246
246
## SD-JWT VC Type Metadata Verification
247
247
248
-
This library supports verification of [SD-JWT VC Type Metadata](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-08.html#name-sd-jwt-vc-type-metadata)
248
+
This library supports verification of [SD-JWT VC Type Metadata](https://www.ietf.org/archive/id/draft-ietf-oauth-sd-jwt-vc-13.html#name-sd-jwt-vc-type-metadata)
249
249
Type metadata Verification is supported through [SDJWTVCVerifier](Sources/Verifier/SDJWTVCVerifier.swift) and a [TypeMetadataVerifier](Sources/Verifier/SDJWTVCVerifier.swift)
250
250
251
251
Please check [TypeMetadataVerifierTests](Tests/TypeMetadata/TypeMetadataVerifierTests.swift) for code examples on verifying SD-JWT VC Type Metadata.
0 commit comments