Collez un JWT et affichez son en-tête et son payload décodés dans le navigateur.
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.