bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1)
Determine if the given key has been "accessed" too many times.
bool tooManyAttempts(string $key, int $maxAttempts, float|int $decayMinutes = 1)
Determine if the given key has been "accessed" too many times.
Please login to continue.