[PR #362] [MERGED] fix: remove callback url from endpoints that doesn't necessarily need it #20153

Closed
opened 2026-04-15 19:30:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/362
Author: @Bekacru
Created: 10/28/2024
Status: Merged
Merged: 10/30/2024
Merged by: @Bekacru

Base: mainHead: fix/remove-cb


📝 Commits (3)

📊 Changes

3 files changed (+37 additions, -22 deletions)

View changed files

📝 docs/content/docs/authentication/email-password.mdx (+13 -4)
📝 docs/content/docs/basic-usage.mdx (+20 -0)
📝 packages/better-auth/src/api/routes/sign-up.ts (+4 -18)

📄 Description

redirection should be handled on the frontend by the user for endpoints that don't require a callback URL to function. This pr remove callback url from endpoints that doesn't need it


🔄 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/362 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/28/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/remove-cb` --- ### 📝 Commits (3) - [`ec41e96`](https://github.com/better-auth/better-auth/commit/ec41e9611d2552f21825ea988e5cabc23f2f5b2f) fix: remove cb url from sign-up - [`3cb22ae`](https://github.com/better-auth/better-auth/commit/3cb22ae4b3c547ff24e889f05ca0b2d5d99961eb) fix docs - [`2e756ab`](https://github.com/better-auth/better-auth/commit/2e756ab6b33d6f00dc4195e7f19228c830b25b26) docs ### 📊 Changes **3 files changed** (+37 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/authentication/email-password.mdx` (+13 -4) 📝 `docs/content/docs/basic-usage.mdx` (+20 -0) 📝 `packages/better-auth/src/api/routes/sign-up.ts` (+4 -18) </details> ### 📄 Description redirection should be handled on the frontend by the user for endpoints that don't require a callback URL to function. This pr remove callback url from endpoints that doesn't need it --- <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 19:30:50 -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#20153