[PR #8758] fix(oauth): apply updateUserInfoOnLink in OAuth callback link flow #25094

Open
opened 2026-04-15 22:43:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8758
Author: @bytaesu
Created: 3/24/2026
Status: 🔄 Open

Base: mainHead: 2026-03-24/fix/update-user-info-on-link


📝 Commits (1)

  • 23dd742 fix(oauth): apply updateUserInfoOnLink in OAuth callback link flow

📊 Changes

4 files changed (+257 additions, -0 deletions)

View changed files

📝 packages/better-auth/src/api/routes/callback.ts (+14 -0)
📝 packages/better-auth/src/oauth2/link-account.test.ts (+215 -0)
📝 packages/better-auth/src/oauth2/link-account.ts (+13 -0)
📝 packages/better-auth/src/plugins/generic-oauth/routes.ts (+15 -0)

📄 Description


🔄 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/8758 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/24/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `2026-03-24/fix/update-user-info-on-link` --- ### 📝 Commits (1) - [`23dd742`](https://github.com/better-auth/better-auth/commit/23dd74219eff39c02b829b3f7fa26ed0456af6cd) fix(oauth): apply updateUserInfoOnLink in OAuth callback link flow ### 📊 Changes **4 files changed** (+257 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/api/routes/callback.ts` (+14 -0) 📝 `packages/better-auth/src/oauth2/link-account.test.ts` (+215 -0) 📝 `packages/better-auth/src/oauth2/link-account.ts` (+13 -0) 📝 `packages/better-auth/src/plugins/generic-oauth/routes.ts` (+15 -0) </details> ### 📄 Description - Closes #8742 --- <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 22:43:22 -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#25094