From bad586a512ec6ee7492fc021919ece40a1190801 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 24 Jan 2026 02:55:06 +0300 Subject: [PATCH] docs: add better-auth-strapi community plugin (#7573) --- docs/components/community-plugins-table.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/components/community-plugins-table.tsx b/docs/components/community-plugins-table.tsx index 753415f7b1..9fc2e5a079 100644 --- a/docs/components/community-plugins-table.tsx +++ b/docs/components/community-plugins-table.tsx @@ -272,6 +272,16 @@ export const communityPlugins: CommunityPlugin[] = [ avatar: "https://github.com/leon-wbr.png", }, }, + { + name: "@ramiras123/better-auth-strapi", + url: "https://github.com/Ramiras123/better-auth-strapi", + description: "Plugin for authorization via strapi", + author: { + name: "Ramiras123", + github: "ramiras123", + avatar: "https://github.com/ramiras123.png", + }, + }, ]; export function CommunityPluginsTable() { const [sorting, setSorting] = useState([]);