[PR #7457] [MERGED] docs: update to React Router v7 and improve docs #24227

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7457
Author: @SaviruFr
Created: 1/18/2026
Status: Merged
Merged: 2/5/2026
Merged by: @himself65

Base: canaryHead: docs/improvements


📝 Commits (10+)

  • fd6988a docs: replace Remix with React Router v7
  • 1b8cfea docs: improve documentation
  • 4820bed Merge remote-tracking branch 'origin/canary' into docs/improvements
  • beb4333 docs: fix
  • d92aa3a docs: fix incorrect import
  • fcf62c3 docs: add name field
  • f8548f0 Merge branch 'canary' into docs/improvements
  • 44809c6 Merge branch 'canary' into docs/improvements
  • 5b4126b Merge branch 'canary' into docs/improvements
  • 64238e9 docs: update 2fa and nuxt

📊 Changes

58 files changed (+1064 additions, -427 deletions)

View changed files

📝 docs/components/icons.tsx (+13 -12)
📝 docs/components/sidebar-content.tsx (+10 -11)
📝 docs/content/docs/adapters/drizzle.mdx (+10 -2)
📝 docs/content/docs/adapters/mongo.mdx (+3 -1)
📝 docs/content/docs/adapters/mssql.mdx (+16 -9)
📝 docs/content/docs/adapters/mysql.mdx (+16 -9)
📝 docs/content/docs/adapters/postgresql.mdx (+16 -9)
📝 docs/content/docs/adapters/prisma.mdx (+5 -3)
📝 docs/content/docs/adapters/sqlite.mdx (+15 -9)
📝 docs/content/docs/authentication/email-password.mdx (+11 -3)
📝 docs/content/docs/basic-usage.mdx (+1 -1)
📝 docs/content/docs/concepts/api.mdx (+9 -2)
📝 docs/content/docs/concepts/client.mdx (+25 -12)
📝 docs/content/docs/concepts/database.mdx (+26 -15)
📝 docs/content/docs/concepts/email.mdx (+5 -0)
📝 docs/content/docs/concepts/hooks.mdx (+10 -1)
📝 docs/content/docs/concepts/oauth.mdx (+5 -4)
📝 docs/content/docs/concepts/plugins.mdx (+17 -1)
📝 docs/content/docs/concepts/rate-limit.mdx (+11 -3)
📝 docs/content/docs/concepts/session-management.mdx (+28 -7)

...and 38 more files

📄 Description

Summary by cubic

Replaced Remix with React Router v7 across docs and tooling, added a React Router v7 integration guide and example, and polished docs for clarity. Also introduced One Tap button mode and streamlined MCP, telemetry, and Stripe internals.

  • New Features

    • Added React Router v7 integration guide and example with sidebar entry and new icon.
    • One Tap: added configurable button mode on the client.
  • Refactors

    • Replaced “Remix” with “React Router v7” across docs, examples, tabs, CLI detection, and telemetry; standardized snippets, tabs, and supported/unsupported indicators.
    • Removed the local MCP package and templates; CLI MCP now uses the remote server only.
    • Centralized Stripe metadata handling and added tests; telemetry endpoint is env-driven and no-ops when unset; minor CI/env and type-only import fixes.

Written for commit 71122fdf23. 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/7457 **Author:** [@SaviruFr](https://github.com/SaviruFr) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/improvements` --- ### 📝 Commits (10+) - [`fd6988a`](https://github.com/better-auth/better-auth/commit/fd6988a3b2ab1cb931db54847eb6077de7714ad9) docs: replace Remix with React Router v7 - [`1b8cfea`](https://github.com/better-auth/better-auth/commit/1b8cfea3c4663b6ab0e136ed7e061b243497ae50) docs: improve documentation - [`4820bed`](https://github.com/better-auth/better-auth/commit/4820bed3fc576829e7f8ce79fad03930e65db3d2) Merge remote-tracking branch 'origin/canary' into docs/improvements - [`beb4333`](https://github.com/better-auth/better-auth/commit/beb43335b5dd01d2a4688791e67a02d055920a77) docs: fix - [`d92aa3a`](https://github.com/better-auth/better-auth/commit/d92aa3a2adae9178815f40b17340c07eebd316b6) docs: fix incorrect import - [`fcf62c3`](https://github.com/better-auth/better-auth/commit/fcf62c3b8bbd5c4e1052718fa8a8360adb5fd81a) docs: add name field - [`f8548f0`](https://github.com/better-auth/better-auth/commit/f8548f047421fc4f7ab684368f4ee6f352400db0) Merge branch 'canary' into docs/improvements - [`44809c6`](https://github.com/better-auth/better-auth/commit/44809c67fb8fd004e95778ef38a12e1643278e70) Merge branch 'canary' into docs/improvements - [`5b4126b`](https://github.com/better-auth/better-auth/commit/5b4126bcdc08a632b09313bc9e46800eac99d34b) Merge branch 'canary' into docs/improvements - [`64238e9`](https://github.com/better-auth/better-auth/commit/64238e99638aec82d4a9e196116704baa569f69b) docs: update 2fa and nuxt ### 📊 Changes **58 files changed** (+1064 additions, -427 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/icons.tsx` (+13 -12) 📝 `docs/components/sidebar-content.tsx` (+10 -11) 📝 `docs/content/docs/adapters/drizzle.mdx` (+10 -2) 📝 `docs/content/docs/adapters/mongo.mdx` (+3 -1) 📝 `docs/content/docs/adapters/mssql.mdx` (+16 -9) 📝 `docs/content/docs/adapters/mysql.mdx` (+16 -9) 📝 `docs/content/docs/adapters/postgresql.mdx` (+16 -9) 📝 `docs/content/docs/adapters/prisma.mdx` (+5 -3) 📝 `docs/content/docs/adapters/sqlite.mdx` (+15 -9) 📝 `docs/content/docs/authentication/email-password.mdx` (+11 -3) 📝 `docs/content/docs/basic-usage.mdx` (+1 -1) 📝 `docs/content/docs/concepts/api.mdx` (+9 -2) 📝 `docs/content/docs/concepts/client.mdx` (+25 -12) 📝 `docs/content/docs/concepts/database.mdx` (+26 -15) 📝 `docs/content/docs/concepts/email.mdx` (+5 -0) 📝 `docs/content/docs/concepts/hooks.mdx` (+10 -1) 📝 `docs/content/docs/concepts/oauth.mdx` (+5 -4) 📝 `docs/content/docs/concepts/plugins.mdx` (+17 -1) 📝 `docs/content/docs/concepts/rate-limit.mdx` (+11 -3) 📝 `docs/content/docs/concepts/session-management.mdx` (+28 -7) _...and 38 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Replaced Remix with React Router v7 across docs and tooling, added a React Router v7 integration guide and example, and polished docs for clarity. Also introduced One Tap button mode and streamlined MCP, telemetry, and Stripe internals. - **New Features** - Added React Router v7 integration guide and example with sidebar entry and new icon. - One Tap: added configurable button mode on the client. - **Refactors** - Replaced “Remix” with “React Router v7” across docs, examples, tabs, CLI detection, and telemetry; standardized snippets, tabs, and supported/unsupported indicators. - Removed the local MCP package and templates; CLI MCP now uses the remote server only. - Centralized Stripe metadata handling and added tests; telemetry endpoint is env-driven and no-ops when unset; minor CI/env and type-only import fixes. <sup>Written for commit 71122fdf230f8b02ed804f0e50c50acacb531b28. 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: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#24227