feat: add cooldown to refresh token security (#1736)
This commit is contained in:
@ -76,6 +76,9 @@ export class EnvironmentVariables {
|
||||
@IsDuration()
|
||||
@IsOptional()
|
||||
REFRESH_TOKEN_EXPIRES_IN: string;
|
||||
@IsDuration()
|
||||
@IsOptional()
|
||||
REFRESH_TOKEN_COOL_DOWN: string;
|
||||
|
||||
@IsString()
|
||||
LOGIN_TOKEN_SECRET: string;
|
||||
|
||||
Reference in New Issue
Block a user