Algorithm: β+header.alg+β β οΈ Signature verification requires the secret key, which this tool does not have. This tool only decodes β it does not verify.
A JSON Web Token has three parts separated by dots:
header.payload.signature
Header β algorithm and token type
Payload β claims (user data, expiration, etc.)
Signature β verifies the token hasnβt been tampered with
Security Note
This tool runs entirely in your browser. Your JWT is never sent to any server. However, never paste production tokens with sensitive data into any online tool you donβt trust.