docs: add better-auth-nostr community plugin (#7360)

Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
Leon Weber
2026-01-14 22:01:45 +04:00
committed by Alex Yang
parent ecb5325b5a
commit 5643f3caec

View File

@@ -262,6 +262,16 @@ export const communityPlugins: CommunityPlugin[] = [
avatar: "https://sequenzy.com/logo.png",
},
},
{
name: "better-auth-nostr",
url: "https://github.com/leon-wbr/better-auth-nostr",
description: "Nostr authentication plugin for Better Auth (NIP-98).",
author: {
name: "leon-wbr",
github: "leon-wbr",
avatar: "https://github.com/leon-wbr.png",
},
},
];
export function CommunityPluginsTable() {
const [sorting, setSorting] = useState<SortingState>([]);