JWT Tool

The JWT (JSON Web Token) Tool by FoxIDs allows you to decode, inspect, and analyze JWTs.

Paste an encoded JWT into the tool, and it will instantly decode the token into its header, payload, and signature components and show the claims (e.g., sub, iat, exp, name, role) in a human-readable format.

Waiting...