Skip to content

Commit

Permalink
fix: use rs-256
Browse files Browse the repository at this point in the history
  • Loading branch information
stae1102 committed May 1, 2024
1 parent 1a7a0e8 commit e453a95
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 e453a95

Please sign in to comment.