From 2df970f425e2ff8fa9e4b4a72e2c958c02f83c06 Mon Sep 17 00:00:00 2001 From: Ryota Ikezawa Date: Tue, 24 Feb 2026 20:16:12 +0900 Subject: [PATCH] docs: add hono-idempotency to third-party middleware list --- docs/middleware/third-party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/middleware/third-party.md b/docs/middleware/third-party.md index aeed2a32..6491168b 100644 --- a/docs/middleware/third-party.md +++ b/docs/middleware/third-party.md @@ -76,6 +76,7 @@ Most of this middleware leverages external libraries. - [Event Emitter](https://github.com/honojs/middleware/tree/main/packages/event-emitter) - [Geo](https://github.com/ktkongtong/hono-geo-middleware/tree/main/packages/middleware) - [Hono Rate Limiter](https://github.com/rhinobase/hono-rate-limiter) +- [Idempotency (Stripe-style idempotency keys)](https://github.com/paveg/hono-idempotency) - [Hono Simple DI](https://github.com/maou-shonen/hono-simple-DI) - [jsonv-ts (Validator, OpenAPI, MCP)](https://github.com/dswbx/jsonv-ts) - [MCP](https://github.com/honojs/middleware/tree/main/packages/mcp)