Skip to content

Browser extension to intercept JWT tokens and decrypt them

License

Notifications You must be signed in to change notification settings

piraces/jwt-inspector

 
 

Repository files navigation

JWT Inspector

JWT Inspector is a Chrome extension which makes it easy to inspect the content of any JWT bearer token sent by a webapp.

The extension adds a new JWT tab in Chrome's Developer Tools. When the tab is open, the extension inspects all server requests and picks out the token from any request which has an Authorization header containing a JWT bearer token.

Development

The main implementation file is jwt-panel.js.

You can install the extension as "unpacked" straight from the source directory to directly test any changes you make. (Enable "Developer mode" in chrome://extensions/ to make this option available.)

Running build.sh packages the extension for upload to the chrome web store. Don't forget to change the version number in manifest.json before creating the package.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • HTML 8.2%
  • Shell 7.3%
  • SCSS 5.8%