JWT Decoder

Decode and verify JSON Web Tokens (JWT) to view their contents and verify their signature.

Header


                    

Payload


                    

Verification

About JWT Decoder

A JSON Web Token (JWT) is a compact, URL-safe means of representing claims between two parties. This tool helps you:

  • Decode JWT tokens to view their contents
  • View the header and payload information
  • Verify token signatures
  • Check token expiration