[PR #531] [MERGED] feat: allow signin with phone number and password #20248

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/531
Author: @Bekacru
Created: 11/14/2024
Status: Merged
Merged: 11/18/2024
Merged by: @Bekacru

Base: mainHead: feat/sign-in-phone-number


📝 Commits (10+)

  • ff0c923 chore: remove unused imports
  • 7dbf4b6 feat: allow sign in with phone number and password
  • 534d620 chore: release v0.8.4-beta.1
  • 3abc521 Merge branch 'main' into feat/sign-in-phone-number
  • 9f0ef77 fix: lock file
  • e5791fc Merge branch 'main' into feat/sign-in-phone-number
  • 600bb84 docs: update installation guide
  • 4ed8af3 Merge branch 'main' into feat/sign-in-phone-number
  • 2429111 chore: update snapshot test
  • 164d794 Merge branch 'main' into feat/sign-in-phone-number

📊 Changes

5 files changed (+143 additions, -3 deletions)

View changed files

📝 docs/content/docs/plugins/phone-number.mdx (+12 -0)
📝 packages/better-auth/src/__snapshots__/init.test.ts.snap (+1 -0)
📝 packages/better-auth/src/db/internal-adapter.ts (+12 -0)
📝 packages/better-auth/src/plugins/phone-number/index.ts (+110 -3)
📝 packages/better-auth/src/plugins/phone-number/phone-number.test.ts (+8 -0)

📄 Description

closes #530


🔄 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/531 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/sign-in-phone-number` --- ### 📝 Commits (10+) - [`ff0c923`](https://github.com/better-auth/better-auth/commit/ff0c9230892c061d81560f19aec3cbd138dfcf39) chore: remove unused imports - [`7dbf4b6`](https://github.com/better-auth/better-auth/commit/7dbf4b6acbb5a04aba1bdbbf7d6a09d7b9afe7e1) feat: allow sign in with phone number and password - [`534d620`](https://github.com/better-auth/better-auth/commit/534d6205d19501d4cc5fc31329d837ecd537c3c3) chore: release v0.8.4-beta.1 - [`3abc521`](https://github.com/better-auth/better-auth/commit/3abc521e81e03ca40fcf8f9ca7939623d74fb4c2) Merge branch 'main' into feat/sign-in-phone-number - [`9f0ef77`](https://github.com/better-auth/better-auth/commit/9f0ef7704f9322968f21d0d1899f506ddd1c664a) fix: lock file - [`e5791fc`](https://github.com/better-auth/better-auth/commit/e5791fc7793ca7d0600b894fa885cd199bc5e6b8) Merge branch 'main' into feat/sign-in-phone-number - [`600bb84`](https://github.com/better-auth/better-auth/commit/600bb84759f7a5cdc4156a354fb2425da6e0fd03) docs: update installation guide - [`4ed8af3`](https://github.com/better-auth/better-auth/commit/4ed8af3ca005063ffca963b5ef792c49182c08f0) Merge branch 'main' into feat/sign-in-phone-number - [`2429111`](https://github.com/better-auth/better-auth/commit/24291113543c33b7fe7d911f5c3758d5ac9b60f7) chore: update snapshot test - [`164d794`](https://github.com/better-auth/better-auth/commit/164d79403970c80882c996ad3cc750fc28ce8e72) Merge branch 'main' into feat/sign-in-phone-number ### 📊 Changes **5 files changed** (+143 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/phone-number.mdx` (+12 -0) 📝 `packages/better-auth/src/__snapshots__/init.test.ts.snap` (+1 -0) 📝 `packages/better-auth/src/db/internal-adapter.ts` (+12 -0) 📝 `packages/better-auth/src/plugins/phone-number/index.ts` (+110 -3) 📝 `packages/better-auth/src/plugins/phone-number/phone-number.test.ts` (+8 -0) </details> ### 📄 Description closes #530 --- <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:34: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#20248