From 20533375281fa0c65c86055d289b6007b52dd7b0 Mon Sep 17 00:00:00 2001 From: Phojie Rengel Date: Sun, 24 Nov 2024 01:36:47 +0800 Subject: [PATCH] docs(middleware): add better-auth to authentication 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 e884244a..6aaa04a6 100644 --- a/docs/middleware/third-party.md +++ b/docs/middleware/third-party.md @@ -11,6 +11,7 @@ Most of this middleware leverages external libraries. - [OIDC Auth](https://github.com/honojs/middleware/tree/main/packages/oidc-auth) - [Firebase Auth](https://github.com/honojs/middleware/tree/main/packages/firebase-auth) - [Verify RSA JWT (JWKS)](https://github.com/wataruoguchi/verify-rsa-jwt-cloudflare-worker) +- [Better Auth](https://www.better-auth.com/docs/integrations/hono) ### Validators