Incolla un JWT e visualizza header e payload decodificati nel browser.
Build a signed JWT from a JSON payload and shared secret using HMAC-SHA256 in the browser.
Validate a JWT signed with HS256 by recomputing the HMAC signature with your shared secret.