From f4f375b8d15c0334cd8cd2548a3a94233d0b7e69 Mon Sep 17 00:00:00 2001 From: Yu NaHyun Date: Tue, 2 Jan 2024 20:08:10 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20::=20hotfix=20::=20=EC=9E=84?= =?UTF-8?q?=EC=8B=9C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user/user.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/user.module.ts b/src/user/user.module.ts index a287bbd..f18284c 100644 --- a/src/user/user.module.ts +++ b/src/user/user.module.ts @@ -16,7 +16,7 @@ import { ProfileService } from 'src/profile/profile.service'; JwtModule.register({ secret: process.env.SECRETORPRIVATE, signOptions: { - expiresIn: '4h', + expiresIn: '2m', }, verifyOptions: { complete: false