Skip to content

Commit 82a1f1f

Browse files
Add link to JWT Debugger
This feature adds the "correct" link to the `jwt.io Debugger` feature by redirecting the user to the index page and scrolling to the debugger, whose `id` is `debugger-io`.
1 parent 220bde2 commit 82a1f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/website/md/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The output is three Base64-URL strings separated by dots that can be easily pass
8888
The following shows a JWT that has the previous header and payload encoded, and it is signed with a secret.
8989
![Encoded JWT](https://cdn.auth0.com/content/jwt/encoded-jwt3.png)
9090

91-
If you want to play with JWT and put these concepts into practice, you can use [jwt.io Debugger](http://jwt.io) to decode, verify, and generate JWTs.
91+
If you want to play with JWT and put these concepts into practice, you can use [jwt.io Debugger](https://jwt.io/index.html#debugger-io) to decode, verify, and generate JWTs.
9292

9393
![JWT.io Debugger](https://cdn.auth0.com/blog/legacy-app-auth/legacy-app-auth-5.png)
9494

0 commit comments

Comments
 (0)