Skip to content

Commit

Permalink
Merge pull request #319 from Quickchive/fix/use-rs-256
Browse files Browse the repository at this point in the history
fix: use rs-256
  • Loading branch information
stae1102 authored May 1, 2024
2 parents 1a7a0e8 + e453a95 commit 4dfc363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/util/oauth.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class OAuthUtil {
subject: process.env.APPLE_CLIENT_ID,
expiresIn: '1h',
keyid: process.env.APPLE_KEY_ID,
algorithm: 'ES256',
algorithm: 'RS256',
},
);
}
Expand Down

0 comments on commit 4dfc363

Please sign in to comment.