Skip to content

Commit

Permalink
doc: add online debugger (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas <Lukas@hopae.io>
Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
lukasjhan authored and cre8 committed Mar 8, 2024
1 parent 9f06ef7 commit 1b306af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ <h2 class="text-2xl font-bold mb-4">What is SD JWT?</h2>
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</a
>
<a
href="https://sdjwt.co"
class="bg-blue-600 text-white font-bold py-2 px-6 rounded hover:bg-blue-800 transition-colors duration-150 ease-in-out"
>> Try it Online</a
>
</p>
<h2 class="text-2xl font-bold mb-4">Installation</h2>
<p class="mb-4">
Expand Down

0 comments on commit 1b306af

Please sign in to comment.