{
  "id": "bbg-p0282-identity-access-and-auth-identity",
  "title": "JWT vs PASETO",
  "chapter": "identity-access-and-auth",
  "batch": "10",
  "rank": 91,
  "sourcePage": 282,
  "sourcePointer": "p. 282",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve token comparison: JWT flexibility versus PASETO safer defaults",
      "omit decorative source styling"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: token-based authentication",
      "concept: JWT",
      "concept: PASETO",
      "concept: signing encryption defaults",
      "concept: security tradeoff"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "jwtG",
      "label": "JWT",
      "x": 64,
      "y": 150,
      "w": 388,
      "h": 250
    },
    {
      "id": "pasetoG",
      "label": "PASETO",
      "x": 508,
      "y": 150,
      "w": 388,
      "h": 250
    }
  ],
  "shapes": [
    {
      "id": "jwt",
      "kind": "rect",
      "label": "JWT",
      "detail": "flexible standard",
      "x": 190,
      "y": 202,
      "w": 132,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "jwtRisk",
      "kind": "rect",
      "label": "Many choices",
      "detail": "alg config risk",
      "x": 190,
      "y": 312,
      "w": 132,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "paseto",
      "kind": "rect",
      "label": "PASETO",
      "detail": "safer defaults",
      "x": 634,
      "y": 202,
      "w": 132,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "purpose",
      "kind": "rect",
      "label": "Purpose modes",
      "detail": "local public",
      "x": 634,
      "y": 312,
      "w": 132,
      "h": 58,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "jwt",
      "to": "jwtRisk",
      "label": "configure",
      "flow": "control"
    },
    {
      "from": "paseto",
      "to": "purpose",
      "label": "select",
      "flow": "control"
    },
    {
      "from": "jwt",
      "to": "paseto",
      "label": "alternative",
      "flow": "main"
    }
  ]
}
