DHDev Tool Hub

JWT Decoder

Inspect JWT header, payload, signature segment, and expiration state for debugging authentication flows.

Decoded JWT

FAQ

Does this tool verify JWT signatures?

No. It decodes the token for inspection only and does not verify whether the signature is trusted.

How is expiration shown?

When the payload includes a numeric exp claim, the API compares it with the current server time and returns an expired flag.