[PR #2815] [MERGED] nit(docs): add callback URL property to sign up method #4500

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2815
Author: @takayumi
Created: 5/28/2025
Status: Merged
Merged: 5/28/2025
Merged by: @Kinfe123

Base: mainHead: patch-1


📝 Commits (3)

  • 832b5eb nit(docs): add callback URL property to sign up method
  • 2cb0afd Update docs/content/docs/authentication/email-password.mdx
  • 9e1601b Update email-password.mdx

📊 Changes

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

View changed files

📝 docs/content/docs/authentication/email-password.mdx (+1 -0)

📄 Description

I was a bit worried that I had to create logic to handle the callback URL, but it turns out that the authClient.signUp.email() method supports 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/2815 **Author:** [@takayumi](https://github.com/takayumi) **Created:** 5/28/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@Kinfe123](https://github.com/Kinfe123) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`832b5eb`](https://github.com/better-auth/better-auth/commit/832b5ebb03c9fda7f8800ef79cd61da86dcba6db) nit(docs): add callback URL property to sign up method - [`2cb0afd`](https://github.com/better-auth/better-auth/commit/2cb0afdbae8498e20a9315b00c8dc26a4d914a86) Update docs/content/docs/authentication/email-password.mdx - [`9e1601b`](https://github.com/better-auth/better-auth/commit/9e1601b3c8f0eec3e3e2fd8f6f4323dd852dc558) Update email-password.mdx ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/authentication/email-password.mdx` (+1 -0) </details> ### 📄 Description I was a bit worried that I had to create logic to handle the callback URL, but it turns out that the `authClient.signUp.email()` method supports 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-03-13 11:49:13 -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#4500