Skip to content

Commit 31c6617

Browse files
authored
Update README links related to SD-JWT VC
Update README links related to SD-JWT VC
1 parent 6b817e1 commit 31c6617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ All examples assume that we have the following claim set
236236

237237
## SD-JWT VC support
238238

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).
240240
More specifically, Issuer-signed JWT Verification Key Validation support is provided by [SDJWTVerifier](Sources/Verifier/SDJWTVerifier.swift).
241241

242242
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
245245

246246
## SD-JWT VC Type Metadata Verification
247247

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)
249249
Type metadata Verification is supported through [SDJWTVCVerifier](Sources/Verifier/SDJWTVCVerifier.swift) and a [TypeMetadataVerifier](Sources/Verifier/SDJWTVCVerifier.swift)
250250

251251
Please check [TypeMetadataVerifierTests](Tests/TypeMetadata/TypeMetadataVerifierTests.swift) for code examples on verifying SD-JWT VC Type Metadata.

0 commit comments

Comments
 (0)