
Swagger Auto Authorize
A Chrome extension that automates JWT auth in Swagger UI. Auto-inserts your saved token and re-applies it on navigation.
JavaScriptChrome ExtensionJWTSwagger
What it does
Removes the "Authorize" step in Swagger UI while testing APIs: it automatically inserts your saved JWT token into the authorization field.
How it works
- A content script detects an open Swagger UI page.
- Reads the token from the Chrome Storage API and auto-fills the Authorize field.
- Re-applies authorization across single-page (SPA) navigations.
Features
Add/edit/delete tokens from the popup · dark & light theme · tokens stored locally and securely.