Guides • Build Banking Apps
5. Validate your JWT
doc

Validate your JWT

Before you register your application, check if your JWT is valid.

You can use the tool below by providing your JWT string and public key content.

  1. Copy the contents of your JWT into JWT String.
  2. Copy the full contents of your public key or certificate file into Public Key.
  3. Click on Test to validate if the JWT is well-formed and if the signature can be checked against your public key.
note

This tool only checks if the JWT is well-formed, if the header and payload of the JWT have been correctly signed and if this signature matches against the provided certificate.

Was this page helpful?