graphql-network-inspector
graphql-network-inspector copied to clipboard
JWT bearer decoding in headers tab
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.
We could do this on hover in a little modal. Any other thoughts on UI?
Added in 2.19.4
.