[PR #3292] [MERGED] feat(email-otp): support email verification override #12986

Closed
opened 2026-04-13 08:41:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3292
Author: @Bekacru
Created: 7/7/2025
Status: Merged
Merged: 7/7/2025
Merged by: @Bekacru

Base: v1.3Head: feat/override-email-verification


📝 Commits (4)

  • 04b85dd feat(email-otp): allow overriding the default email verifier with email otp
  • cc1df41 update docs
  • e84affa Merge remote-tracking branch 'origin/v1.3' into feat/override-email-verification
  • 109fd5e cleanup

📊 Changes

3 files changed (+225 additions, -92 deletions)

View changed files

📝 docs/content/docs/plugins/email-otp.mdx (+20 -0)
📝 packages/better-auth/src/plugins/email-otp/email-otp.test.ts (+86 -0)
📝 packages/better-auth/src/plugins/email-otp/index.ts (+119 -92)

📄 Description

closes #2160
closes #879


🔄 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/3292 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `v1.3` ← **Head:** `feat/override-email-verification` --- ### 📝 Commits (4) - [`04b85dd`](https://github.com/better-auth/better-auth/commit/04b85dd705ba0a637a9834f04fb0d75e8ac9de19) feat(email-otp): allow overriding the default email verifier with email otp - [`cc1df41`](https://github.com/better-auth/better-auth/commit/cc1df413b7e842d4f4f61e8e1079b697bfa07bed) update docs - [`e84affa`](https://github.com/better-auth/better-auth/commit/e84affac87956e31b221ec5a232cf1fcffbb14e1) Merge remote-tracking branch 'origin/v1.3' into feat/override-email-verification - [`109fd5e`](https://github.com/better-auth/better-auth/commit/109fd5efbef8b2f8ef5d84652217a9d90ce678b3) cleanup ### 📊 Changes **3 files changed** (+225 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/email-otp.mdx` (+20 -0) 📝 `packages/better-auth/src/plugins/email-otp/email-otp.test.ts` (+86 -0) 📝 `packages/better-auth/src/plugins/email-otp/index.ts` (+119 -92) </details> ### 📄 Description closes #2160 closes #879 --- <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-13 08:41:31 -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#12986