developertools.tech icon indicating copy to clipboard operation
developertools.tech copied to clipboard

[Req]: JWT Debugger

Open dlford opened this issue 2 years ago • 7 comments

Contact Details

No response

Explain the proposed feature

JSON Web Token debugger/decoder tool

Explain the possible use cases for the feature

For debugging, validating, and testing JWTs

Any other details you would like to provide?

At minimum this tool should:

  • Read the payload data of a JWT
  • Display an informative error if not given a valid JWT
  • Test if the JWT has been tampered with if given the JWT secret

dlford avatar Sep 14 '22 21:09 dlford