[PR #8470] [MERGED] docs: update SolidStart auth handler file path #7997

Closed
opened 2026-03-13 13:56:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8470
Author: @zeljkovranjes
Created: 3/7/2026
Status: Merged
Merged: 3/11/2026
Merged by: @himself65

Base: canaryHead: canary


📝 Commits (1)

  • 9e6b158 docs: update SolidStart auth handler file path

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/content/docs/integrations/solid-start.mdx (+2 -2)

📄 Description

Change route file from *auth.ts in /routes/api/auth/ to [...auth].ts in /routes/api/auth

*auth.ts is no longer supported


Summary by cubic

Update SolidStart integration docs to use [...auth].ts under /routes/api/auth, replacing the outdated *auth.ts. Updates both the instruction text and code sample title so the handler mounts correctly.

Written for commit 9e6b158928. 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/8470 **Author:** [@zeljkovranjes](https://github.com/zeljkovranjes) **Created:** 3/7/2026 **Status:** ✅ Merged **Merged:** 3/11/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `canary` --- ### 📝 Commits (1) - [`9e6b158`](https://github.com/better-auth/better-auth/commit/9e6b158928acea59eda0d3ee2296d2a3c4c9ebc0) docs: update SolidStart auth handler file path ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/integrations/solid-start.mdx` (+2 -2) </details> ### 📄 Description Change route file from `*auth.ts` in `/routes/api/auth/` to `[...auth].ts` in `/routes/api/auth` `*auth.ts` is no longer supported <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Update SolidStart integration docs to use `[...auth].ts` under `/routes/api/auth`, replacing the outdated `*auth.ts`. Updates both the instruction text and code sample title so the handler mounts correctly. <sup>Written for commit 9e6b158928acea59eda0d3ee2296d2a3c4c9ebc0. 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-03-13 13:56:10 -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#7997