[PR #4521] [MERGED] docs: fix the wildcard route of hono #22325

Closed
opened 2026-04-15 20:58:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4521
Author: @xqvvu
Created: 9/8/2025
Status: Merged
Merged: 9/8/2025
Merged by: @himself65

Base: canaryHead: docs/fix-hono-wildcard


📝 Commits (1)

  • 02b5cb2 docs: fix the wildcard route of hono

📊 Changes

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

View changed files

📝 docs/content/docs/installation.mdx (+1 -1)

📄 Description

Corrected the Hono catch-all route in the installation docs to use /api/auth/* instead of /api/auth/**. This ensures the example matches /api/auth and nested paths for POST/GET requests.


Summary by cubic

Fixed the Hono catch-all route in the installation docs by changing /api/auth/** to /api/auth/*. This ensures the example correctly handles POST/GET requests to /api/auth and nested paths.


🔄 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/4521 **Author:** [@xqvvu](https://github.com/xqvvu) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/8/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/fix-hono-wildcard` --- ### 📝 Commits (1) - [`02b5cb2`](https://github.com/better-auth/better-auth/commit/02b5cb2c0cdc8db8a14e051cb51469242a6b1b0d) docs: fix the wildcard route of hono ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/installation.mdx` (+1 -1) </details> ### 📄 Description Corrected the Hono catch-all route in the installation docs to use /api/auth/* instead of /api/auth/**. This ensures the example matches /api/auth and nested paths for POST/GET requests. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed the Hono catch-all route in the installation docs by changing /api/auth/** to /api/auth/*. This ensures the example correctly handles POST/GET requests to /api/auth and nested paths. <!-- 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 20:58:00 -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#22325