Skip to content

Commit 86ea476

Browse files
Copilotjkyberneees
andauthored
[WIP] Fix unit and integration tests for Keycloak functionality (#23)
* Initial plan * Remove duplicate JSDoc comment block in Jwt.ts Co-authored-by: jkyberneees <4096860+jkyberneees@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jkyberneees <4096860+jkyberneees@users.noreply.github.com>
1 parent 4c2da27 commit 86ea476

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libs/Jwt.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ export class Jwt {
7171
return new Token(accessToken);
7272
}
7373

74-
/**
75-
* Online verification that performs a Keycloak server `userinfo` call
76-
* to make sure the token is still valid on the server-side. If the
77-
* call completes successfully the token is accepted and returned as a
78-
* `Token` wrapper for callers to inspect claims.
79-
* @param accessToken - The JWT string to verify via Keycloak server
80-
* @returns A Promise resolving to a `Token` instance when userinfo succeeds
81-
*/
8274
/**
8375
* Online verification that performs a Keycloak server `userinfo` call
8476
* to make sure the token is still valid on the server-side. If the

0 commit comments

Comments
 (0)