warrenday / graphql-network-inspector

A better network inspector for viewing and debugging GraphQL requests.
MIT License
466 stars 46 forks source link

JWT bearer decoding in headers tab #96

Closed benburton closed 1 month ago

benburton commented 1 year ago

Is your feature request related to a problem? Please describe. I often find myself debugging different accounts within our system for various reasons. As a result, I frequently find myself manually decoding JWTs from the Authorization header's Bearer token.

Describe the solution you'd like I would love it if there were some quick way to decode the JWT from the Authorization header.

Describe alternatives you've considered Doing it manually.

warrenday commented 12 months ago

We could do this on hover in a little modal. Any other thoughts on UI?

warrenday commented 1 month ago

Added in 2.19.4.