Skip to content

Commit 9289349

Browse files
committed
Added a link to the source code
1 parent b12b8e7 commit 9289349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Pages/Home/JwtDecoder/JwtDecoder.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<i class="glyphicon glyphicon-exclamation-sign" style="font-size: 3em" title="Warning"></i>
1919
<div class="mx-3">
2020
<strong>This tool does not send JWTs to any server, it only decodes the JWT locally in your browser.</strong><br/>
21-
Always be cautious when pasting JWTs, as they may contain credentials or sensitive information.
21+
Always be cautious when pasting JWTs, as they may contain credentials or sensitive information.<br/>
22+
To validate how this page decodes and validates JWTs, you can inspect <a href="https://github.com/DuendeSoftware/demo.duendesoftware.com/blob/main/src/Pages/Home/JwtDecoder/JwtDecoder.cshtml" target="_blank">the source code of this page</a>.
2223
</div>
2324
</div>
2425
<div class="pb-2">

0 commit comments

Comments
 (0)