[PR #249] [MERGED] refactor: change email flow #20086

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

📋 Pull Request Information

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

Base: mainHead: refactor/change-email


📝 Commits (1)

  • e9023bc reafactor: change email to be optin

📊 Changes

9 files changed (+86 additions, -64 deletions)

View changed files

📝 demo/nextjs/lib/auth.ts (+1 -1)
📝 docs/content/docs/concepts/users-accounts.mdx (+26 -24)
📝 packages/better-auth/src/api/routes/callback.ts (+2 -3)
📝 packages/better-auth/src/api/routes/email-verification.ts (+0 -1)
📝 packages/better-auth/src/api/routes/sign-up.test.ts (+26 -12)
📝 packages/better-auth/src/api/routes/update-user.test.ts (+11 -7)
📝 packages/better-auth/src/api/routes/update-user.ts (+8 -7)
📝 packages/better-auth/src/types/options.ts (+11 -8)
📝 packages/better-auth/tsup.config.ts (+1 -1)

📄 Description

No description provided


🔄 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/249 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 10/19/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `refactor/change-email` --- ### 📝 Commits (1) - [`e9023bc`](https://github.com/better-auth/better-auth/commit/e9023bc90486cec76eaa1aff68f6e64fe4e3e65b) reafactor: change email to be optin ### 📊 Changes **9 files changed** (+86 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/lib/auth.ts` (+1 -1) 📝 `docs/content/docs/concepts/users-accounts.mdx` (+26 -24) 📝 `packages/better-auth/src/api/routes/callback.ts` (+2 -3) 📝 `packages/better-auth/src/api/routes/email-verification.ts` (+0 -1) 📝 `packages/better-auth/src/api/routes/sign-up.test.ts` (+26 -12) 📝 `packages/better-auth/src/api/routes/update-user.test.ts` (+11 -7) 📝 `packages/better-auth/src/api/routes/update-user.ts` (+8 -7) 📝 `packages/better-auth/src/types/options.ts` (+11 -8) 📝 `packages/better-auth/tsup.config.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:27:55 -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#20086