warrenday / graphql-network-inspector

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

automatically parse and display JWT headers on double click #129

Closed warrenday closed 1 month ago

warrenday commented 1 month ago

Description

On double click, parse, display and copy valid JWT headers. Both with or without Bearer.

Also added noted to readme.

Checklist