From 240d7af4ee846aaebe9c8e31251e9a02aec314fd Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 17 Dec 2024 01:35:29 +0530 Subject: [PATCH 1/2] feat: Clerk JWT debugger --- docs/manifest.json | 4 ++++ docs/troubleshooting/jwt-debugger.mdx | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/troubleshooting/jwt-debugger.mdx diff --git a/docs/manifest.json b/docs/manifest.json index e64bec3ffd..e7990a5c45 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1253,6 +1253,10 @@ } ] ] + }, + { + "title": "Clerk JWT Debugger", + "href": "/docs/troubleshooting/jwt-debugger" } ] ] diff --git a/docs/troubleshooting/jwt-debugger.mdx b/docs/troubleshooting/jwt-debugger.mdx new file mode 100644 index 0000000000..9b3e02fe1a --- /dev/null +++ b/docs/troubleshooting/jwt-debugger.mdx @@ -0,0 +1,8 @@ +--- + title: Debug and Decode Clerk JWTs + description: Debug and Decode Clerk Session JWTs + --- + + View and decode Clerk JWTs in your browser + + \ No newline at end of file From d8b52a2e00e61f4621ec6d771d4f33dec3bca3fc Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 17 Dec 2024 04:48:39 +0530 Subject: [PATCH 2/2] feat: Add JWT debugger and related components --- docs/manifest.json | 8 ++++---- docs/troubleshooting/jwt-debugger.mdx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index e7990a5c45..75ba60c59c 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -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": [ @@ -1253,10 +1257,6 @@ } ] ] - }, - { - "title": "Clerk JWT Debugger", - "href": "/docs/troubleshooting/jwt-debugger" } ] ] diff --git a/docs/troubleshooting/jwt-debugger.mdx b/docs/troubleshooting/jwt-debugger.mdx index 9b3e02fe1a..46903f4cf3 100644 --- a/docs/troubleshooting/jwt-debugger.mdx +++ b/docs/troubleshooting/jwt-debugger.mdx @@ -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