[GH-ISSUE #1038] Option to Unlink Social Providers #8562

Closed
opened 2026-04-13 03:40:58 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @daveycodez on GitHub (Dec 27, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1038

Describe the solution you'd like

Currently there doesn't seem to be a way to unlink a Social Provider out of the box, would be great if the authClient provided the option to do this. E.g. authClient.unlinkSocial

Describe alternatives you've considered

Only other way I can think of doing this is a custom API route, getting the current session, then deleting that account ID from the DB manually. Would be great to have this feature built in, most sites allow you to remove OAuth connections

Originally created by @daveycodez on GitHub (Dec 27, 2024). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1038 ### Describe the solution you'd like Currently there doesn't seem to be a way to unlink a Social Provider out of the box, would be great if the authClient provided the option to do this. E.g. authClient.unlinkSocial ### Describe alternatives you've considered Only other way I can think of doing this is a custom API route, getting the current session, then deleting that account ID from the DB manually. Would be great to have this feature built in, most sites allow you to remove OAuth connections
GiteaMirror added the lockedenhancement labels 2026-04-13 03:40:58 -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#8562