From 07ccd713a20d3ac1431c5e8728fe307e99eff53c Mon Sep 17 00:00:00 2001 From: Nander Stabel Date: Thu, 29 Feb 2024 13:25:56 +0100 Subject: [PATCH] chore: update the oid4vp version links in README files --- README.md | 2 +- oid4vp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bef1ce3..a3bc8c6f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This workspace includes Rust implementations for the following DCP specification | Specification | Description | Version | -------------------| ------------------------------------------ | ------- | [OID4VCI](oid4vci) | OpenID for Verifiable Credential Issuance | [Editor's Draft published: 30 August 2023](https://github.com/openid/OpenID4VCI/blob/111db260b1ad1915ca1462cc4904781beb179972/openid-4-verifiable-credential-issuance-1_0.md) -| [OID4VP](oid4vp) | OpenID for Verifiable Presentations | [Editor's Draft published: 30 August 2023](https://github.com/openid/OpenID4VP/blob/965597ae01fc6e6a2bddc0d6b16f3f6122f3c1ab/openid-4-verifiable-presentations-1_0.md) +| [OID4VP](oid4vp) | OpenID for Verifiable Presentations | [Working Group Draft 20 published: 30 August 2023]([oid4vci](https://openid.net/specs/openid-4-verifiable-presentations-1_0-20.html)) | [SIOPv2](siopv2) | Self-Issued OpenID Provider v2 | [Editor's Draft published: 24 August 2023](https://github.com/openid/SIOPv2/blob/fb00ab840daa0cec614691b712e28c1f77ed43ea/openid-connect-self-issued-v2-1_0.md) ### DIF Presentation Exchange diff --git a/oid4vp/README.md b/oid4vp/README.md index 3f95beef..500439cd 100644 --- a/oid4vp/README.md +++ b/oid4vp/README.md @@ -5,7 +5,7 @@ Working Group](https://openid.net/wg/digital-credentials-protocols/). | Specification | Description | Version | -------------------| ------------------------------------------ | ------- -| [OID4VP](oid4vp) | OpenID for Verifiable Presentations | [Editor's Draft published: 30 August 2023](https://github.com/openid/OpenID4VP/blob/965597ae01fc6e6a2bddc0d6b16f3f6122f3c1ab/openid-4-verifiable-presentations-1_0.md) +| [OID4VP](oid4vp) | OpenID for Verifiable Presentations | [Working Group Draft 20 published: 30 August 2023]([oid4vci](https://openid.net/specs/openid-4-verifiable-presentations-1_0-20.html)) An overview of all the OpenID Digital Credentials Protocols implementation in Rust can be found [here](../README.md).