/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-decode-939a293caba7-decode-s0648-c0000.md
`decode()` - hono-docs
decode() Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt decode Summary This function decodes a J...
decode()
Source evidence: /Sources/raw/honojshono/honojshono.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 };