diff --git a/src/auth/util/oauth.util.ts b/src/auth/util/oauth.util.ts index 29a3653..376c246 100644 --- a/src/auth/util/oauth.util.ts +++ b/src/auth/util/oauth.util.ts @@ -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', }, ); }