[PR #2422] [MERGED] feat(signin): make verification sending in sign in route explicit #4310

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2422
Author: @kmate19
Created: 4/24/2025
Status: Merged
Merged: 7/9/2025
Merged by: @Bekacru

Base: v1.3Head: feat/explicit-email-sending


📝 Commits (3)

  • 8afa412 feat(signin): make verification sending in sign in route explicit
  • 56351a1 lint
  • ae5b2fe add option in docs

📊 Changes

3 files changed (+31 additions, -17 deletions)

View changed files

📝 docs/content/docs/reference/options.mdx (+1 -0)
📝 packages/better-auth/src/api/routes/sign-in.ts (+23 -17)
📝 packages/better-auth/src/types/options.ts (+7 -0)

📄 Description

Made the email sending inside the sign in route explicit, similar to the sign up route.


🔄 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/2422 **Author:** [@kmate19](https://github.com/kmate19) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 7/9/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `feat/explicit-email-sending` --- ### 📝 Commits (3) - [`8afa412`](https://github.com/better-auth/better-auth/commit/8afa41223b58440fd56a60db1d29e0ce152d8d48) feat(signin): make verification sending in sign in route explicit - [`56351a1`](https://github.com/better-auth/better-auth/commit/56351a126916049c6dbac7a0cc4d5d6e67553694) lint - [`ae5b2fe`](https://github.com/better-auth/better-auth/commit/ae5b2fea3fa2aa678749d80874e8ebd45e3657d1) add option in docs ### 📊 Changes **3 files changed** (+31 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/reference/options.mdx` (+1 -0) 📝 `packages/better-auth/src/api/routes/sign-in.ts` (+23 -17) 📝 `packages/better-auth/src/types/options.ts` (+7 -0) </details> ### 📄 Description Made the email sending inside the sign in route explicit, similar to the sign up route. --- <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:41:23 -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#4310