Can you add a query string capability to jwt.io so we can directly send a jwt and have it displayed when we open the page? Something like: JSON Web Tokens - jwt.io
What do you think? I want to include this in some test harnesses I am making, makes it quicker to debug!
This does exist. jwt.io is expecting parameters that conform with the OIDC Implicit Authentication response format so you should use the parameter token, access_token, or id_token and the value will automatically be inserted into the tool.