This extension is being deprecated because it doesn't follow Chrome extension best practices.
Extension Information
5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%
Supported Languages
Permissions
Description
Browser developer extension to automatically find, parse, and copy JWT authorization tokens
AutoJWT is a tool that aids in the development of websites and APIs that use JSON Web Tokens in their Authorization request headers. It installs as a new tab in Developer Tools. When open, it automatically searches for network requests that contain a JWT authorization header and lists unique examples. These examples can then be selected to:
View the JSON Web Token payload. See a list of all requests that used the same token. Open the JWT in a new tab on https://jwt.io. Copy the JWT to the clipboard. Copy the Payload to the clipboard. View request and response contents.