Смена времени действия jwt токенов.

This commit is contained in:
2024-12-23 18:55:05 +04:00
parent 855206d822
commit 09a55fdff8

View File

@@ -15,7 +15,7 @@ import { V2AuthController } from "./v2-auth.controller";
JwtModule.register({
global: true,
secret: jwtConstants.secret,
signOptions: { expiresIn: "720h" },
signOptions: { expiresIn: "4y" },
}),
],
providers: [AuthService, PrismaService],