From 858662a9c01408b56b849fa33935f2850a1deb3c Mon Sep 17 00:00:00 2001 From: rcbjBlueMars <9321971+rcbjBlueMars@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:56:05 -0800 Subject: [PATCH] Pulling in jquery from npm modules rather http GET. Added ability to collapse all of the forms on debugger2 page. --- client/package.json | 3 ++- client/public/debugger.html | 2 -- client/public/debugger2.html | 32 +++++++++++++++++++------------- client/public/jwks.html | 2 -- client/public/privacypolicy.html | 2 -- client/public/userinfo.html | 1 - client/src/debugger.js | 30 +++++++++++++++++++++++++++--- client/src/debugger2.js | 24 ++++++++++++++---------- client/src/jwks.js | 1 + client/src/logout.js | 1 + client/src/token_detail.js | 1 + client/src/userinfo.js | 1 + 12 files changed, 66 insertions(+), 34 deletions(-) diff --git a/client/package.json b/client/package.json index 5845596..38f2bc5 100644 --- a/client/package.json +++ b/client/package.json @@ -18,6 +18,7 @@ "@peculiar/asn1-pkcs8": "latest", "envify": "latest", "bunyan": "latest", - "dompurify": "latest" + "dompurify": "latest", + "jquery": "latest" } } diff --git a/client/public/debugger.html b/client/public/debugger.html index 8a78e5e..370020d 100644 --- a/client/public/debugger.html +++ b/client/public/debugger.html @@ -31,8 +31,6 @@
This is a simple Client to use with any OAuth2 or OpenID Connect compliant identity provider.. diff --git a/client/public/debugger2.html b/client/public/debugger2.html index 3fba47d..42f398a 100644 --- a/client/public/debugger2.html +++ b/client/public/debugger2.html @@ -31,8 +31,6 @@
This is a simple Client to use with any OAuth2 or OpenID Connect compliant identity provider.. @@ -42,16 +40,13 @@