From a1474fde96ce566138c08dd548a0d7a4a0984158 Mon Sep 17 00:00:00 2001 From: "Lukas.J.Han" Date: Tue, 12 Nov 2024 00:10:31 -0800 Subject: [PATCH] doc: update standard version (#254) Signed-off-by: Lukas.J.Han --- README.md | 6 ++++-- docs/index.html | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index becc46be..4104f470 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Hopae, a founding member of OpenWallet Foundation, is building wallet module in Currently compliant with: -- **[draft-ietf-oauth-selective-disclosure-jwt-08](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/)** -- **[draft-ietf-oauth-sd-jwt-vc-03](https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/)** +- **[draft-ietf-oauth-selective-disclosure-jwt-13](https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/)** +- **[draft-ietf-oauth-sd-jwt-vc-05](https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/)** +- **[draft-ietf-oauth-status-list-05](https://datatracker.ietf.org/doc/draft-ietf-oauth-status-list/)** ## **Background** @@ -53,6 +54,7 @@ By adhering to these design principles, "Selective Disclosure for JWT" aims to s - **[@sd-jwt/hash](./packages/hash/README.md)**: SHA-256 support for SD JWT - **[@sd-jwt/crypto-nodejs](./packages/node-crypto/README.md)**: Nodejs Crypto support for SD JWT - **[@sd-jwt/crypto-browser](./packages/browser-crypto/README.md)**: Browser Crypto support for SD JWT +- **[@sd-jwt/jwt-status-list](./packages/jwt-status-list/README.md)**: Token Status List ## Online Debugging Tool diff --git a/docs/index.html b/docs/index.html index e930409e..c22638e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,8 +100,9 @@

What is SD-JWT VC?

Specification Compliance

Installation