[PR #8391] [MERGED] chore: migrate infrastructure links to dash.better-auth.com #7944

Closed
opened 2026-03-13 13:54:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8391
Author: @bytaesu
Created: 3/4/2026
Status: Merged
Merged: 3/5/2026
Merged by: @Bekacru

Base: canaryHead: 2026-03-04/feat/sub-domain


📝 Commits (10+)

  • 1512a49 sub domain migration baseline
  • 427456f adjust routes
  • 0bf1029 add notfound
  • bb817f1 add legal content and adjust nav
  • e6f55d0 remove remaining subpath routes
  • 669ac8b update to use subdomain
  • 9e709fa Update landing/app/legal/sidebar.tsx
  • ad098d1 chore: add CCPA to cspell custom-word
  • d91f0d9 chore: add CPRA to cspell custom words
  • cde475c add backward compatibility redirect

📊 Changes

20 files changed (+477 additions, -39 deletions)

View changed files

📝 .cspell/custom-words.txt (+3 -1)
📝 docs/content/blogs/1-5.mdx (+2 -2)
📝 docs/content/docs/plugins/sso.mdx (+2 -2)
📝 landing/app/enterprise/enterprise-client.tsx (+2 -2)
📝 landing/app/layout.tsx (+1 -1)
landing/app/legal/layout.tsx (+15 -0)
landing/app/legal/page.tsx (+7 -0)
landing/app/legal/privacy/page.mdx (+173 -0)
landing/app/legal/sidebar.tsx (+47 -0)
landing/app/legal/terms/page.mdx (+161 -0)
landing/app/not-found.tsx (+13 -0)
📝 landing/app/page.tsx (+4 -4)
📝 landing/app/products/[tab]/_components/infrastructure-content.tsx (+2 -2)
📝 landing/app/products/[tab]/_components/products-shell.tsx (+1 -1)
📝 landing/components/landing/footer.tsx (+2 -2)
📝 landing/components/landing/hero-readme.tsx (+6 -6)
📝 landing/components/landing/hero-title.tsx (+1 -1)
📝 landing/components/landing/staggered-nav-files.tsx (+28 -3)
📝 landing/next.config.js (+6 -11)
📝 packages/cli/src/commands/init/index.ts (+1 -1)

📄 Description

No description provided


🔄 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/8391 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `2026-03-04/feat/sub-domain` --- ### 📝 Commits (10+) - [`1512a49`](https://github.com/better-auth/better-auth/commit/1512a49c7d4670848d7a646b34d0bb3649e308d4) sub domain migration baseline - [`427456f`](https://github.com/better-auth/better-auth/commit/427456fcf365800fd3f0f3354575f90920e447f1) adjust routes - [`0bf1029`](https://github.com/better-auth/better-auth/commit/0bf10299f518082d78b2d9853d003a2ae6c9ee9b) add notfound - [`bb817f1`](https://github.com/better-auth/better-auth/commit/bb817f189b4251828fe357d30825887639c61a21) add legal content and adjust nav - [`e6f55d0`](https://github.com/better-auth/better-auth/commit/e6f55d0fbefb47ec27fca9d3fd46d2821a410a1e) remove remaining subpath routes - [`669ac8b`](https://github.com/better-auth/better-auth/commit/669ac8be1f66ee0f5fc9cf6ba5e4ff09425ba4b0) update to use subdomain - [`9e709fa`](https://github.com/better-auth/better-auth/commit/9e709fa196cf5fb97bf1377a411cf0b8c59a4ee6) Update landing/app/legal/sidebar.tsx - [`ad098d1`](https://github.com/better-auth/better-auth/commit/ad098d1550cd747127fdd890ea8292b3764e0857) chore: add CCPA to cspell custom-word - [`d91f0d9`](https://github.com/better-auth/better-auth/commit/d91f0d9bf256020600647d7a22c98ec0ee625211) chore: add CPRA to cspell custom words - [`cde475c`](https://github.com/better-auth/better-auth/commit/cde475c6e78fbf7ab1d18e65f72154b500c5cc3a) add backward compatibility redirect ### 📊 Changes **20 files changed** (+477 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/custom-words.txt` (+3 -1) 📝 `docs/content/blogs/1-5.mdx` (+2 -2) 📝 `docs/content/docs/plugins/sso.mdx` (+2 -2) 📝 `landing/app/enterprise/enterprise-client.tsx` (+2 -2) 📝 `landing/app/layout.tsx` (+1 -1) ➕ `landing/app/legal/layout.tsx` (+15 -0) ➕ `landing/app/legal/page.tsx` (+7 -0) ➕ `landing/app/legal/privacy/page.mdx` (+173 -0) ➕ `landing/app/legal/sidebar.tsx` (+47 -0) ➕ `landing/app/legal/terms/page.mdx` (+161 -0) ➕ `landing/app/not-found.tsx` (+13 -0) 📝 `landing/app/page.tsx` (+4 -4) 📝 `landing/app/products/[tab]/_components/infrastructure-content.tsx` (+2 -2) 📝 `landing/app/products/[tab]/_components/products-shell.tsx` (+1 -1) 📝 `landing/components/landing/footer.tsx` (+2 -2) 📝 `landing/components/landing/hero-readme.tsx` (+6 -6) 📝 `landing/components/landing/hero-title.tsx` (+1 -1) 📝 `landing/components/landing/staggered-nav-files.tsx` (+28 -3) 📝 `landing/next.config.js` (+6 -11) 📝 `packages/cli/src/commands/init/index.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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-03-13 13:54:01 -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#7944