mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
Смена времени действия jwt токенов.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user