mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 00:46:44 -05:00
docs: add better-auth-strapi community plugin (#7573)
This commit is contained in:
@@ -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<SortingState>([]);
|
||||
|
||||
Reference in New Issue
Block a user