[PR #8417] [MERGED] fix: pass user field through idToken sign-in body for Apple name support #7960

Closed
opened 2026-03-13 13:54:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8417
Author: @bytaesu
Created: 3/5/2026
Status: Merged
Merged: 3/6/2026
Merged by: @himself65

Base: canaryHead: 2026-03-05/fix/apple-idtoken-user-name


📝 Commits (6)

  • 5bde636 fix: pass 'user' field through idToken sign-in body for Apple name support
  • 8b18287 Update sign-in.ts
  • e8a7ed8 Merge branch 'canary' into 2026-03-05/fix/apple-idtoken-user-name
  • b817dce chore: change zod chaining order
  • c7e3957 test: update snapshot
  • 3570184 chore: add idtoken to auth-terms

📊 Changes

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

View changed files

📝 .cspell/auth-terms.txt (+1 -0)
📝 packages/better-auth/src/api/routes/sign-in.ts (+20 -0)
📝 packages/better-auth/src/plugins/open-api/__snapshots__/open-api.test.ts.snap (+39 -0)
📝 packages/better-auth/src/social.test.ts (+103 -0)

📄 Description

Related to https://github.com/better-auth/better-auth/issues/7523#issuecomment-3995870251


🔄 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/8417 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 3/5/2026 **Status:** ✅ Merged **Merged:** 3/6/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `2026-03-05/fix/apple-idtoken-user-name` --- ### 📝 Commits (6) - [`5bde636`](https://github.com/better-auth/better-auth/commit/5bde636762302a4dc49e8fd5427dc2e598c2c253) fix: pass 'user' field through idToken sign-in body for Apple name support - [`8b18287`](https://github.com/better-auth/better-auth/commit/8b182874c3e44fef7550993f5baf9379dd9a03fc) Update sign-in.ts - [`e8a7ed8`](https://github.com/better-auth/better-auth/commit/e8a7ed8a6bc79b417516dc81a426aa5f06fc18c8) Merge branch 'canary' into 2026-03-05/fix/apple-idtoken-user-name - [`b817dce`](https://github.com/better-auth/better-auth/commit/b817dce231bac65abc247768fe53022bf50d6187) chore: change zod chaining order - [`c7e3957`](https://github.com/better-auth/better-auth/commit/c7e39576d28434cd555424a951eca19aa8f090c0) test: update snapshot - [`3570184`](https://github.com/better-auth/better-auth/commit/3570184884dd8d19acb9b7634875e57b51777b01) chore: add idtoken to auth-terms ### 📊 Changes **4 files changed** (+163 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/auth-terms.txt` (+1 -0) 📝 `packages/better-auth/src/api/routes/sign-in.ts` (+20 -0) 📝 `packages/better-auth/src/plugins/open-api/__snapshots__/open-api.test.ts.snap` (+39 -0) 📝 `packages/better-auth/src/social.test.ts` (+103 -0) </details> ### 📄 Description Related to https://github.com/better-auth/better-auth/issues/7523#issuecomment-3995870251 --- <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 13:54:39 -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#7960