[PR #1059] [MERGED] feat: unlink account #3611

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1059
Author: @Bekacru
Created: 12/29/2024
Status: Merged
Merged: 12/31/2024
Merged by: @Bekacru

Base: mainHead: feat/unlink-account


📝 Commits (3)

📊 Changes

7 files changed (+95 additions, -2 deletions)

View changed files

📝 docs/content/docs/concepts/users-accounts.mdx (+13 -1)
📝 packages/better-auth/src/__snapshots__/init.test.ts.snap (+1 -0)
📝 packages/better-auth/src/api/index.ts (+2 -0)
📝 packages/better-auth/src/api/routes/account.test.ts (+25 -0)
📝 packages/better-auth/src/api/routes/account.ts (+37 -1)
📝 packages/better-auth/src/db/internal-adapter.ts (+15 -0)
📝 packages/better-auth/src/error/codes.ts (+2 -0)

📄 Description

closes #1038


🔄 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/1059 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 12/29/2024 **Status:** ✅ Merged **Merged:** 12/31/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/unlink-account` --- ### 📝 Commits (3) - [`a150923`](https://github.com/better-auth/better-auth/commit/a150923f89a5f4727969daad9308546eb4a0fc3f) feat: unlink account - [`50038ee`](https://github.com/better-auth/better-auth/commit/50038ee1fb33947e0eec7a50b3bc54757fb01a36) docs: add doc - [`80567ec`](https://github.com/better-auth/better-auth/commit/80567ece2fb91e9a6382ea7fbc8721ef0afb28de) chore: update snaphshot ### 📊 Changes **7 files changed** (+95 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/users-accounts.mdx` (+13 -1) 📝 `packages/better-auth/src/__snapshots__/init.test.ts.snap` (+1 -0) 📝 `packages/better-auth/src/api/index.ts` (+2 -0) 📝 `packages/better-auth/src/api/routes/account.test.ts` (+25 -0) 📝 `packages/better-auth/src/api/routes/account.ts` (+37 -1) 📝 `packages/better-auth/src/db/internal-adapter.ts` (+15 -0) 📝 `packages/better-auth/src/error/codes.ts` (+2 -0) </details> ### 📄 Description closes #1038 --- <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:00:50 -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#3611