/Wiki/sources/honojs__hono/2026/https-raw-githubusercontent-com-honojs-hono-main-9d8cc19b5638-third-party-middleware-s0004-c0000.md
Third-party middleware - hono-docs
Third party middleware Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://raw.githubusercontent.com/honojs/hono/main/docs/C...
Third-party middleware
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://raw.githubusercontent.com/honojs/hono/main/docs/CONTRIBUTING.md#third-party-middleware
Summary
Third-party middleware is not in the core. It is allowed to depend on other libraries or work only in specific environments, such as Cloudflare Workers. For example: - GraphQL Server middleware - Firebase Auth middleware - Sentry middlew...
Content
Third-party middleware is not in the core. It is allowed to depend on other libraries or work only in specific environments, such as Cloudflare Workers. For example:
- GraphQL Server middleware
- Firebase Auth middleware
- Sentry middleware
You can make a third-party middleware by yourself.
It may be under the "honojs organization" and distributed in the @honojs namespace.
The monorepo "honojs/middleware" manages these middleware. If you want to do it, create an issue about your middleware.