JWT.io
jwt.ioDecode, verify, and generate JSON Web Tokens online
Dev Toolsjwtauthenticationtokensecuritydebuggingjsonweb-standards

About
JWT.io is a free online tool for decoding, validating, and generating JSON Web Tokens (JWTs). It allows developers to inspect the header and payload of a JWT and verify its signature using a secret. The site also serves as an educational resource explaining the JWT standard.
Problem
Developers need a quick way to decode and verify JSON Web Tokens without writing custom code.
For
software developers working with authentication and APIs
How it works
Users paste a JWT into the decoder, which splits it into header and payload components and optionally verifies the signature against a provided secret.
Business model
free
Status
launched
Company
Auth0