From 951dc5e5ed382f867a0dbc9d0cda23f842398abe Mon Sep 17 00:00:00 2001 From: Rolson Quadras Date: Tue, 12 Sep 2023 13:29:42 -0400 Subject: [PATCH] docs: add spec links to jwt and sd-jwt vc (#15) Signed-off-by: Rolson Quadras --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ff3777..7aecdaf 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The library has the following implementations. - JsonWebSignature2020 - [Data Integrity](https://www.w3.org/TR/vc-data-integrity/) - JWT Signature Suites - - JWT - - SD-JWT + - [JWT](https://www.w3.org/TR/vc-data-model/#json-web-token) + - [SD-JWT](https://www.ietf.org/archive/id/draft-ietf-oauth-selective-disclosure-jwt-05.html) - [DIF Presentation Exchange](https://identity.foundation/presentation-exchange/) - Verifiable Credential(VC) Status - [StatusList2021Entry](https://www.w3.org/TR/vc-status-list/)