Describes the token type and signing algorithm.
PaXa Labs / 15 · Available now
JWT
Inspector
Decode and inspect token structure, registered claims, timestamps and warnings without sending the JWT anywhere.
100% client-side · Inspection only · No token storageInspection statusWaiting for a token
EMPTYPaste a JWT or load the safe example to begin.
HEADER.PAYLOAD.SIGNATURE
Enter a three-section token to inspect its encoded anatomy.
Decoded token
DECODED ≠ VERIFIEDClaims and structure
No decoded token yet
Paste a JWT or load the example to inspect its contents.
How JWTs work
Three sections, different jobs.
Contains registered and application-specific claims.
Helps a trusted system verify that the token was not altered.
Important: JWT payloads are encoded, not encrypted. Anyone holding a token can usually decode its payload. Decoding does not prove authenticity.