Skip to content

Commit

Permalink
feat: Add JWT debugger and related components
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-clerk committed Dec 16, 2024
1 parent 240d7af commit d8b52a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,10 @@
"title": "Script Loading",
"href": "/docs/troubleshooting/script-loading"
},
{
"title": "Clerk JWT Debugger",
"href": "/docs/troubleshooting/jwt-debugger"
},
{
"title": "Help & Support",
"items": [
Expand All @@ -1253,10 +1257,6 @@
}
]
]
},
{
"title": "Clerk JWT Debugger",
"href": "/docs/troubleshooting/jwt-debugger"
}
]
]
Expand Down
6 changes: 3 additions & 3 deletions docs/troubleshooting/jwt-debugger.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Debug and Decode Clerk JWTs
description: Debug and Decode Clerk Session JWTs
---
title: Debug and Decode Clerk JWTs
description: Debug and Decode Clerk Session JWTs
---

View and decode Clerk JWTs in your browser

Expand Down

0 comments on commit d8b52a2

Please sign in to comment.