[PR #3710] [MERGED] feat: support multiple aud for apple oauth #4968

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3710
Author: @Kinfe123
Created: 7/31/2025
Status: Merged
Merged: 8/1/2025
Merged by: @Bekacru

Base: mainHead: feat/support-for-multiple-aud


📝 Commits (4)

📊 Changes

2 files changed (+12 additions, -1 deletions)

View changed files

.changeset/strong-points-admire.md (+5 -0)
📝 packages/better-auth/src/social-providers/apple.ts (+7 -1)

📄 Description

Summary by cubic

Added support for multiple audience values in Apple OAuth by allowing an explicit audience option in the provider config.

  • New Features
    • Accepts a custom audience value for Apple OAuth, falling back to appBundleIdentifier or clientId if not provided.

🔄 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/3710 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/support-for-multiple-aud` --- ### 📝 Commits (4) - [`261e3f4`](https://github.com/better-auth/better-auth/commit/261e3f4dd73f29146b027761bbc2dddfd1d164a5) support multiple aud - [`85efd7e`](https://github.com/better-auth/better-auth/commit/85efd7e053015a11a8e8ff7fc638efff20fe5f84) update - [`b0ddde8`](https://github.com/better-auth/better-auth/commit/b0ddde81a4223c74024d8ac0c77d48324c2f4b58) update - [`d3406e2`](https://github.com/better-auth/better-auth/commit/d3406e25e247e1ec88a119350f220d5d08af978c) changeset ### 📊 Changes **2 files changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/strong-points-admire.md` (+5 -0) 📝 `packages/better-auth/src/social-providers/apple.ts` (+7 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Added support for multiple audience values in Apple OAuth by allowing an explicit audience option in the provider config. - **New Features** - Accepts a custom audience value for Apple OAuth, falling back to appBundleIdentifier or clientId if not provided. <!-- End of auto-generated description by cubic. --> --- <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 12:05: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#4968