LW IT Solutions

JWT & OAuth Token Inspector

A JSON Web Token is signed, not encrypted: anyone holding it can read the payload. This tool decodes header and payload, does the arithmetic on the lifetime, and can recompute an HS256 signature without the secret ever leaving the browser.

Articles that explain this

OTHER TOOLS