/Knowledge/sources/honojs__hono/llms-full/jwt-authentication-helper-verify--fa030ced2976.md
JWT Authentication Helper: verify() - hono-docs
JWT Authentication Helper: verify() Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt verify Summary Thi...
JWT Authentication Helper: verify()
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#verify
Summary
This function checks if a JWT token is genuine and still valid. It ensures the token hasn't been altered and checks validity only if you added Payload Validation. ```ts verify( token: string, secret: string, alg: '...
Content
This function checks if a JWT token is genuine and still valid. It ensures the token hasn't been altered and checks validity only if you added Payload Validation.
verify(
token: string,
secret: string,
alg: 'HS256';
issuer?: string | RegExp;
aud?: string | string[] | RegExp;
): Promise<any>;
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#verify",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / JWT Authentication Helper > `verify()`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 640,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "JWT Authentication Helper: verify()",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}