Chrome extension for developers to decode and inspect JWTs safely — entirely locally. JWT Token Decode auto-captures tokens from web requests, shows headers, payloads, and claims in a clean, readable view, and helps debug authentication flows without pasting sensitive tokens into online tools.
No reviews yetBe the first to leave a review for JWT Token Decode
Maker
📌
Hey Product Hunt! 👋
I built JWT Token Decode because I was tired of pasting sensitive tokens into online JWT decoders while debugging auth flows.
This Chrome extension decodes tokens entirely locally and can auto-capture JWTs from web requests, so you can inspect headers, payloads, and claims in seconds.
I’d love feedback from developers — what would make JWT debugging easier in your daily workflow?
Report
@new_user___34620255be6c913c5c85d4c Is this application fully offline? Can you confirm that no data is transmitted to any external server during or after use?
Report
Maker
@delich Thanks for the question 🙌 Yes — the extension runs fully locally in the browser. No data is sent to any external server during or after use.
The full source code is open and available on GitHub — you can also see from the repository structure that there’s no backend involved.
@new_user___34620255be6c913c5c85d4c
Is this application fully offline? Can you confirm that no data is transmitted to any external server during or after use?
@delich Thanks for the question 🙌
Yes — the extension runs fully locally in the browser.
No data is sent to any external server during or after use.
The full source code is open and available on GitHub — you can also see from the repository structure that there’s no backend involved.
🔗 https://github.com/softcoredevman/jwttokendecode