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