diff --git a/README.md b/README.md index b283adc..b29e926 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ By adhering to these design principles, "Selective Disclosure for JWT" aims to s - **[@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 +## Online Debugging Tool + +You can use our online debugger built with our library here: https://sdjwt.co + ## Version We keep all the versions of our packages in sync. diff --git a/docs/index.html b/docs/index.html index d942b90..5d90b26 100644 --- a/docs/index.html +++ b/docs/index.html @@ -77,6 +77,11 @@

What is SD JWT?

class="bg-black text-white font-bold py-2 px-6 rounded hover:bg-gray-700 transition-colors duration-150 ease-in-out" >> See the details + > Try it Online

Installation