From aad8c4dd027a0d05ae863d10d19588054a7ad4cd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 14:28:17 +0000 Subject: [PATCH 1/2] Initial plan From fe6b1bf25ad3ee7d1cc0dc56897c5c6bea0902cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 23 Nov 2025 14:31:32 +0000 Subject: [PATCH 2/2] Remove duplicate JSDoc comment block in Jwt.ts Co-authored-by: jkyberneees <4096860+jkyberneees@users.noreply.github.com> --- libs/Jwt.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libs/Jwt.ts b/libs/Jwt.ts index 6dcd238..0b36555 100644 --- a/libs/Jwt.ts +++ b/libs/Jwt.ts @@ -71,14 +71,6 @@ export class Jwt { return new Token(accessToken); } - /** - * Online verification that performs a Keycloak server `userinfo` call - * to make sure the token is still valid on the server-side. If the - * call completes successfully the token is accepted and returned as a - * `Token` wrapper for callers to inspect claims. - * @param accessToken - The JWT string to verify via Keycloak server - * @returns A Promise resolving to a `Token` instance when userinfo succeeds - */ /** * Online verification that performs a Keycloak server `userinfo` call * to make sure the token is still valid on the server-side. If the