Documentation / zerotal / auth / LoginThrottleOptions
Interface: LoginThrottleOptions
Defined in: packages/auth/src/LoginRateLimiter.ts:34
Properties
maxAttempts?
optionalmaxAttempts?:number
Defined in: packages/auth/src/LoginRateLimiter.ts:36
Failures allowed within the window before lockout. Default: 5.
decaySeconds?
optionaldecaySeconds?:number
Defined in: packages/auth/src/LoginRateLimiter.ts:38
Window length in seconds; also the lockout duration. Default: 60.