[PR #1866] [CLOSED] Add redirect support to signup #4036

Closed
opened 2026-03-13 11:29:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1866
Author: @mcorbelli
Created: 3/18/2025
Status: Closed

Base: mainHead: main


📝 Commits (6)

  • ac76c2a feat: callbackurl on signout
  • eb1477c Merge branch 'feature/callbackurl-on-signout'
  • 7caffbb Added new field in method “listSessions”
  • 7f2942f Added new field in method “listDeviceSessions”
  • cddf53e Merge branch 'feature/current-session'
  • b55f630 Removed other feature code

📊 Changes

2 files changed (+41 additions, -3 deletions)

View changed files

📝 packages/better-auth/src/api/routes/session.ts (+29 -2)
📝 packages/better-auth/src/plugins/multi-session/index.ts (+12 -1)

📄 Description

This pull request adds support for redirecting users after signing up, similar to the existing behavior for sign-in. It updates the callbackURL field to handle post-signup redirection, ensuring a consistent authentication flow.


🔄 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/1866 **Author:** [@mcorbelli](https://github.com/mcorbelli) **Created:** 3/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`ac76c2a`](https://github.com/better-auth/better-auth/commit/ac76c2acfd4131901fa9ede0c44d64d1baaea802) feat: callbackurl on signout - [`eb1477c`](https://github.com/better-auth/better-auth/commit/eb1477cb6ac9f2aa11d21ed3fe8b7da6c4aa0383) Merge branch 'feature/callbackurl-on-signout' - [`7caffbb`](https://github.com/better-auth/better-auth/commit/7caffbb269954181596891bdf647b4dc42942cbf) Added new field in method “listSessions” - [`7f2942f`](https://github.com/better-auth/better-auth/commit/7f2942f40f89fc2e397fbcd96abc45d945901e24) Added new field in method “listDeviceSessions” - [`cddf53e`](https://github.com/better-auth/better-auth/commit/cddf53e4481c129a3aa953786a49d771e5972c16) Merge branch 'feature/current-session' - [`b55f630`](https://github.com/better-auth/better-auth/commit/b55f630b650b379a1afa7018147a8236e9f2f439) Removed other feature code ### 📊 Changes **2 files changed** (+41 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/api/routes/session.ts` (+29 -2) 📝 `packages/better-auth/src/plugins/multi-session/index.ts` (+12 -1) </details> ### 📄 Description This pull request adds support for redirecting users after signing up, similar to the existing behavior for sign-in. It updates the callbackURL field to handle post-signup redirection, ensuring a consistent authentication flow. --- <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 11:29:39 -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#4036