{
  "slug": "jwt",
  "title": "jwt encoder / decoder",
  "description": "Decode a JWT's header, payload and time claims — or encode and HMAC-sign a new token. All in the browser.",
  "category": "encode",
  "status": "live",
  "url": "https://aaronchartier.com/tools/jwt",
  "keywords": [
    "jwt",
    "json web token",
    "decode",
    "encode",
    "sign",
    "hmac",
    "claims",
    "exp"
  ],
  "privacy": "all computation is client-side; no input is transmitted",
  "pageApi": "window.__tools[\"jwt\"] — run(input), describe(); output in #tool-output"
}