I kept running into the same annoying problem while working with APIs and authentication.
Every time I needed to inspect a JWT token, I had to:
It sounds trivial, but when you're debugging OAuth flows or API auth issues multiple times a day, it adds up fast.
At some point I realized I was wasting 20–30 minutes a day just doing this.
So I built a small Chrome extension to remove that friction completely.
Now I can:
Everything runs locally — nothing is sent to external servers.
It’s one of those tiny tools that doesn’t feel important… until you use it and can’t go back.
Curious — how are you currently debugging JWT tokens or auth flows?
Are you still using copy/paste tools, or do you have a better workflow?
Happy to share the extension if anyone wants to try it.