diff --git a/backend/src/auth/auth.module.ts b/backend/src/auth/auth.module.ts index 71bb799e..efeaf969 100644 --- a/backend/src/auth/auth.module.ts +++ b/backend/src/auth/auth.module.ts @@ -23,7 +23,7 @@ export const jwtConstants = { JwtModule.register({ privateKey: jwtConstants.privateKey, signOptions: { - expiresIn: '30m', + expiresIn: '3h', algorithm: 'RS256', }, verifyOptions: {