Skip to content

Conversation

Copy link

Copilot AI commented Nov 23, 2025

The verifyOffline, decode, and verify methods in libs/Jwt.ts each had 2-3 identical JSDoc comment blocks appearing consecutively above the method definitions due to copy-paste errors.

Changes

  • Removed duplicate JSDoc blocks for verifyOffline (removed 2 duplicates)
  • Removed duplicate JSDoc blocks for decode (removed 1 duplicate)
  • Removed duplicate JSDoc blocks for verify (removed 1 duplicate)

Each method now has a single, complete JSDoc comment with @param, @returns, @throws, and @example tags where applicable.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Nov 23, 2025
Co-authored-by: jkyberneees <4096860+jkyberneees@users.noreply.github.com>
Copilot AI changed the title [WIP] Update unit and integration tests for Keycloak functionality Remove duplicate JSDoc comment blocks in Jwt.ts Nov 23, 2025
Copilot AI requested a review from jkyberneees November 23, 2025 14:33
@jkyberneees jkyberneees marked this pull request as ready for review November 23, 2025 14:36
@jkyberneees jkyberneees merged commit 7b03bef into v5.1 Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants