[PR #8714] [MERGED] docs: add better-auth-devtools to community plugins #25067

Closed
opened 2026-04-15 22:42:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8714
Author: @C-W-D-Harshit
Created: 3/20/2026
Status: Merged
Merged: 3/20/2026
Merged by: @himself65

Base: canaryHead: docs/add-better-auth-devtools-plugin


📝 Commits (1)

  • ff441af docs: add better-auth-devtools to community plugins

📊 Changes

3 files changed (+23 additions, -0 deletions)

View changed files

📝 .cspell/names.txt (+1 -0)
📝 landing/components/community-plugins-table.tsx (+11 -0)
📝 landing/lib/community-plugins-data.ts (+11 -0)

📄 Description

Add better-auth-devtools to Community Plugins

Description
This PR adds better-auth-devtools to the community plugins list — a development-only devtools panel for Better Auth.

What it does

  • Create managed test users from templates (e.g., admin, viewer)
  • Switch between sessions instantly
  • Inspect live session data
  • Edit fields like roles on the fly from a floating React UI
  • Environment-guarded: only runs when DEV_AUTH_ENABLED=true, never in production
  • Next.js App Router compatible with server/client separation

Links

Changes

  • .cspell/names.txt — added C-W-D-Harshit
  • landing/lib/community-plugins-data.ts — added plugin entry
  • landing/components/community-plugins-table.tsx — added plugin entry

Summary by cubic

Adds better-auth-devtools to the Community Plugins list. The plugin is a dev-only Better Auth panel with a floating React UI to create test users from templates, switch sessions instantly, and inspect or edit session data.

Written for commit ff441affbc. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8714 **Author:** [@C-W-D-Harshit](https://github.com/C-W-D-Harshit) **Created:** 3/20/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/add-better-auth-devtools-plugin` --- ### 📝 Commits (1) - [`ff441af`](https://github.com/better-auth/better-auth/commit/ff441affbc66e9045f69fc9d41bf719f526042c8) docs: add better-auth-devtools to community plugins ### 📊 Changes **3 files changed** (+23 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/names.txt` (+1 -0) 📝 `landing/components/community-plugins-table.tsx` (+11 -0) 📝 `landing/lib/community-plugins-data.ts` (+11 -0) </details> ### 📄 Description # Add better-auth-devtools to Community Plugins **Description** This PR adds `better-auth-devtools` to the community plugins list — a development-only devtools panel for Better Auth. **What it does** - Create managed test users from templates (e.g., admin, viewer) - Switch between sessions instantly - Inspect live session data - Edit fields like roles on the fly from a floating React UI - Environment-guarded: only runs when `DEV_AUTH_ENABLED=true`, never in production - Next.js App Router compatible with server/client separation **Links** - npm: https://www.npmjs.com/package/better-auth-devtools - GitHub: https://github.com/C-W-D-Harshit/better-auth-devtools **Changes** - `.cspell/names.txt` — added `C-W-D-Harshit` - `landing/lib/community-plugins-data.ts` — added plugin entry - `landing/components/community-plugins-table.tsx` — added plugin entry <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds `better-auth-devtools` to the Community Plugins list. The plugin is a dev-only Better Auth panel with a floating React UI to create test users from templates, switch sessions instantly, and inspect or edit session data. <sup>Written for commit ff441affbc66e9045f69fc9d41bf719f526042c8. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:42:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25067