đ JWT Decoder
JWT (JSON Web Token) is widely used for web and API authentication.
This tool decodes a JWT string so you can read the Header and Payload.
âť Note: Signature verification is not performed, so this tool should not be used for security validation.