mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
docs: add better-auth-nostr community plugin (#7360)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -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>([]);
|
||||
|
||||
Reference in New Issue
Block a user