mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-31 20:05:38 -05:00
fix(apple): allow audience to be string | string[] (#4219)
This commit is contained in:
@@ -70,7 +70,7 @@ export interface AppleNonConformUser {
|
||||
|
||||
export interface AppleOptions extends ProviderOptions<AppleProfile> {
|
||||
appBundleIdentifier?: string;
|
||||
audience?: string;
|
||||
audience?: string | string[];
|
||||
}
|
||||
|
||||
export const apple = (options: AppleOptions) => {
|
||||
|
||||
Reference in New Issue
Block a user