/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-allow-anon-boolean-ce0cb185b770-allow-anon-boolean-s0328-c0000.md
allow_anon: `boolean` - hono-docs
allow anon: boolean Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt allow anon boolean Summary If...
allow_anon: boolean
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#allow-anon-boolean
Summary
If this value is set to true, requests without a valid token will be allowed to pass through the middleware. Use c.get('jwtPayload') to check if the request is authenticated. The default is false.
Content
If this value is set to true, requests without a valid token will be allowed to pass through the middleware. Use c.get('jwtPayload') to check if the request is authenticated. The default is false.