JWT.IO Devs - can you make available a query string so we can send a JWT as part of the page request?

Hi jwt.io developers,

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!

Cheers,
Anton.

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.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.