[PR #9027] [MERGED] docs: move @delmaredigital/payload-better-auth from plugins to adapters #25283

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9027
Author: @allandelmare
Created: 4/8/2026
Status: Merged
Merged: 4/8/2026
Merged by: @ping-maxwell

Base: mainHead: move-payload-to-adapters


📝 Commits (1)

  • e1cd637 docs: move @delmaredigital/payload-better-auth from plugins to adapters

📊 Changes

3 files changed (+12 additions, -11 deletions)

View changed files

📝 docs/components/community-adapters-grid.tsx (+11 -0)
📝 docs/components/community-plugins-table.tsx (+0 -11)
📝 docs/content/docs/adapters/community-adapters.mdx (+1 -0)

📄 Description

Summary

Moves @delmaredigital/payload-better-auth from the community plugins list to the community adapters list, where it belongs.

I originally submitted this in #8375 as a community plugin — that was incorrect. This package is fundamentally a database adapter: its core export is payloadAdapter(), which lets Better Auth use Payload CMS collections as its database backend. It's not a Better Auth feature plugin.

It belongs alongside @payload-auth/better-auth-plugin in the community adapters grid (both are Payload CMS adapters).

Changes

  • Add entry to docs/components/community-adapters-grid.tsx (alongside the other Payload CMS adapter)
  • Add matching row to docs/content/docs/adapters/community-adapters.mdx
  • Remove the incorrectly-placed entry from docs/components/community-plugins-table.tsx

Sorry for the cleanup churn — appreciate the patience!


Summary by cubic

Moved @delmaredigital/payload-better-auth from the community plugins list to the community adapters list to correctly classify it as a Payload CMS database adapter. Updated the adapters grid and adapters page, and removed the plugin entry from the plugins table.

Written for commit e1cd637fa8. 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/9027 **Author:** [@allandelmare](https://github.com/allandelmare) **Created:** 4/8/2026 **Status:** ✅ Merged **Merged:** 4/8/2026 **Merged by:** [@ping-maxwell](https://github.com/ping-maxwell) **Base:** `main` ← **Head:** `move-payload-to-adapters` --- ### 📝 Commits (1) - [`e1cd637`](https://github.com/better-auth/better-auth/commit/e1cd637fa841cc017e68fb882c29ab218c5ab09b) docs: move @delmaredigital/payload-better-auth from plugins to adapters ### 📊 Changes **3 files changed** (+12 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/community-adapters-grid.tsx` (+11 -0) 📝 `docs/components/community-plugins-table.tsx` (+0 -11) 📝 `docs/content/docs/adapters/community-adapters.mdx` (+1 -0) </details> ### 📄 Description ## Summary Moves [`@delmaredigital/payload-better-auth`](https://github.com/delmaredigital/payload-better-auth) from the **community plugins** list to the **community adapters** list, where it belongs. I originally submitted this in #8375 as a community plugin — that was incorrect. This package is fundamentally a **database adapter**: its core export is `payloadAdapter()`, which lets Better Auth use Payload CMS collections as its database backend. It's not a Better Auth feature plugin. It belongs alongside [`@payload-auth/better-auth-plugin`](https://github.com/payload-auth/payload-auth) in the community adapters grid (both are Payload CMS adapters). ## Changes - **Add** entry to `docs/components/community-adapters-grid.tsx` (alongside the other Payload CMS adapter) - **Add** matching row to `docs/content/docs/adapters/community-adapters.mdx` - **Remove** the incorrectly-placed entry from `docs/components/community-plugins-table.tsx` Sorry for the cleanup churn — appreciate the patience! <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Moved `@delmaredigital/payload-better-auth` from the community plugins list to the community adapters list to correctly classify it as a Payload CMS database adapter. Updated the adapters grid and adapters page, and removed the plugin entry from the plugins table. <sup>Written for commit e1cd637fa841cc017e68fb882c29ab218c5ab09b. 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:48:33 -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#25283