docs: add better-auth-devtools to community plugins

This commit is contained in:
C-W-D-Harshit
2026-03-21 00:31:23 +05:30
parent 767f129d1a
commit ff441affbc
3 changed files with 23 additions and 0 deletions

View File

@@ -29,3 +29,4 @@ iamjasonkendrick
ejirocodes
0-Sandy
qamarq
C-W-D-Harshit

View File

@@ -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>([]);

View File

@@ -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",
},
},
];