/Knowledge/sources/honojs__hono/llms-full/jwt-authentication-helper-decode--c3894e31c1ed.md
JWT Authentication Helper: decode() - hono-docs
JWT Authentication Helper: decode() Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt decode Summary Thi...
JWT Authentication Helper: decode()
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#decode
Summary
This function decodes a JWT token without performing signature verification. It extracts and returns the header and payload from the token. ts decode(token: string): { header: any; payload: any };
Content
This function decodes a JWT token without performing signature verification. It extracts and returns the header and payload from the token.
decode(token: string): { header: any; payload: any };
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#decode",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / JWT Authentication Helper > `decode()`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 648,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "JWT Authentication Helper: decode()",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}