[PR #7433] [MERGED] chore: add @better-auth/dash #24211

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7433
Author: @himself65
Created: 1/17/2026
Status: Merged
Merged: 1/17/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/01/16/cherry-pick


📝 Commits (4)

📊 Changes

8 files changed (+262 additions, -230 deletions)

View changed files

📝 demo/nextjs/lib/auth-client.ts (+2 -0)
📝 demo/nextjs/lib/auth.ts (+39 -31)
📝 demo/nextjs/package.json (+2 -1)
📝 docs/app/enterprise/_components/enterprise-hero.tsx (+123 -164)
📝 docs/components/builder/index.tsx (+2 -0)
📝 docs/components/features.tsx (+3 -9)
📝 docs/components/landing/testimonials.tsx (+2 -2)
📝 pnpm-lock.yaml (+89 -23)

📄 Description

(cherry picked from commit b5d0ba2a0)


Summary by cubic

Integrates @better-auth/dash into the Next.js demo and routes all auth emails through dash templates. Also simplifies enterprise docs UI for a lighter, cleaner landing.

  • New Features

    • Add dash() and dashClient() plugins to the demo auth server/client.
    • Replace Resend emails with sendEmail templates for verification, password reset, org invitations, and 2FA OTP.
  • Refactors

    • Simplify “Trusted by” logos with a small data list; remove tooltips and tighten styles.
    • Streamline testimonials and small UI fixes (marquee class, 1px divider).
    • Mark docs builder as client ("use client"); minor border/copy tweaks in Features.
    • Add @better-auth/dash to demo and bump zod to 4.3.4; update lockfile.

Written for commit e901be9fec. 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/7433 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/17/2026 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/16/cherry-pick` --- ### 📝 Commits (4) - [`7e1e9c0`](https://github.com/better-auth/better-auth/commit/7e1e9c03ba37546594be9b8625faeac0f9e26095) chore: add `@better-auth/dash` - [`2b2167b`](https://github.com/better-auth/better-auth/commit/2b2167bc8605ce314bd0e026713c7cba48e39878) revert: restore testimonials.tsx to original state - [`892e4b0`](https://github.com/better-auth/better-auth/commit/892e4b03c77d6761cc5385a1d2b063585f4a2276) fix: authors - [`e901be9`](https://github.com/better-auth/better-auth/commit/e901be9feccf95ff17ac63fc9a23d450bc65acdb) fix: lock ### 📊 Changes **8 files changed** (+262 additions, -230 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/lib/auth-client.ts` (+2 -0) 📝 `demo/nextjs/lib/auth.ts` (+39 -31) 📝 `demo/nextjs/package.json` (+2 -1) 📝 `docs/app/enterprise/_components/enterprise-hero.tsx` (+123 -164) 📝 `docs/components/builder/index.tsx` (+2 -0) 📝 `docs/components/features.tsx` (+3 -9) 📝 `docs/components/landing/testimonials.tsx` (+2 -2) 📝 `pnpm-lock.yaml` (+89 -23) </details> ### 📄 Description (cherry picked from commit b5d0ba2a0) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Integrates @better-auth/dash into the Next.js demo and routes all auth emails through dash templates. Also simplifies enterprise docs UI for a lighter, cleaner landing. - **New Features** - Add dash() and dashClient() plugins to the demo auth server/client. - Replace Resend emails with sendEmail templates for verification, password reset, org invitations, and 2FA OTP. - **Refactors** - Simplify “Trusted by” logos with a small data list; remove tooltips and tighten styles. - Streamline testimonials and small UI fixes (marquee class, 1px divider). - Mark docs builder as client ("use client"); minor border/copy tweaks in Features. - Add @better-auth/dash to demo and bump zod to 4.3.4; update lockfile. <sup>Written for commit e901be9feccf95ff17ac63fc9a23d450bc65acdb. 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:14:11 -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#24211