Skip to content

Conversation

@OR13
Copy link

@OR13 OR13 commented Dec 4, 2025

Summary

  • Introduced a new utility for decoding JWT tokens in jwtUtils.ts.
  • Added DecodedJWTDisplay component in OAuthFlowProgress.tsx to visualize the decoded access token's header and payload.
  • Integrated the new component into the OAuth flow progress display.

Note: Inspector V2 is under development to address architectural and UX improvements. See CONTRIBUTING.md for information about V2 development.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Refactoring (no functional changes)
  • Test updates
  • Build/CI improvements

Changes Made

Added UI for rendering JWT Access Token Decoded.

Related Issues

Testing

  • Tested in UI mode
  • Tested in CLI mode
  • Tested with STDIO transport
  • Tested with SSE transport
  • Tested with Streamable HTTP transport
  • Added/updated automated tests
  • Manual testing performed

Test Results and/or Instructions

Screenshot 2025-12-04 at 2 09 23 PM

Screenshots are encouraged to share your testing results for this change.

Checklist

  • Code follows the style guidelines (ran npm run prettier-fix)
  • Self-review completed
  • Code is commented where necessary
  • Documentation updated (README, comments, etc.)

Breaking Changes

No Breaking.

Additional Context

I use this to confirm scopes / permissions are coming through correctly after sign in.

- Introduced a new utility for decoding JWT tokens in `jwtUtils.ts`.
- Added `DecodedJWTDisplay` component in `OAuthFlowProgress.tsx` to visualize the decoded access token's header and payload.
- Integrated the new component into the OAuth flow progress display.
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.

1 participant