JWT Decoder

Paste a JWT token — the service decodes the header, payload and shows expiration times.

JWT Decoder — decode JWT online

JSON Web Token (JWT) is a compact format for transferring claims between parties. A token consists of three Base64url-encoded parts separated by dots: Header, Payload, and Signature.

JWT Structure

Standard Claims (RFC 7519)