Skip to content

Commit

Permalink
fix apple provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 10, 2024
1 parent 4e77098 commit 55c6563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/apple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class Apple implements OAuth2Provider {
issuer: this.credentials.teamId,
includeIssuedTimestamp: true,
expiresIn: new TimeSpan(5, "m"),
audience,
audiences: [audience],
subject: this.credentials.clientId
});
return jwt;
Expand Down

0 comments on commit 55c6563

Please sign in to comment.