mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
docs: add better-auth-devtools to community plugins
This commit is contained in:
@@ -29,3 +29,4 @@ iamjasonkendrick
|
||||
ejirocodes
|
||||
0-Sandy
|
||||
qamarq
|
||||
C-W-D-Harshit
|
||||
|
||||
@@ -312,6 +312,17 @@ export const communityPlugins: CommunityPlugin[] = [
|
||||
avatar: "https://github.com/qamarq.png",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "better-auth-devtools",
|
||||
url: "https://github.com/C-W-D-Harshit/better-auth-devtools",
|
||||
description:
|
||||
"A devtools panel for Better Auth that lets you create managed test users from templates, switch between sessions instantly, inspect live session data, and edit fields like roles on the fly. All from a floating React UI that only runs in development.",
|
||||
author: {
|
||||
name: "C-W-D-Harshit",
|
||||
github: "C-W-D-Harshit",
|
||||
avatar: "https://github.com/C-W-D-Harshit.png",
|
||||
},
|
||||
},
|
||||
];
|
||||
export function CommunityPluginsTable() {
|
||||
const [sorting, setSorting] = useState<SortingState>([]);
|
||||
|
||||
@@ -226,4 +226,15 @@ export const communityPlugins: CommunityPlugin[] = [
|
||||
avatar: "https://github.com/qamarq.png",
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "better-auth-devtools",
|
||||
url: "https://github.com/C-W-D-Harshit/better-auth-devtools",
|
||||
description:
|
||||
"A devtools panel for Better Auth that lets you create managed test users from templates, switch between sessions instantly, inspect live session data, and edit fields like roles on the fly. All from a floating React UI that only runs in development.",
|
||||
author: {
|
||||
name: "C-W-D-Harshit",
|
||||
github: "C-W-D-Harshit",
|
||||
avatar: "https://github.com/C-W-D-Harshit.png",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user