Limit the Number of Login Attempts #29
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Depends on
#66 Integrate zdm/nio-server
zdm/envoy
Reference: zdm/envoy#29
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, an attacker might just brute-force his way into a user's password by sending thousands of login attempts. To punish this kind of behavior, we might do one of two attempts:
Either a user has a maximum number of login attempts in for example 10 seconds,
or the time until the server responds gradually/ exponentially increases with each failed attempt.
Limiting the number of login attemptsto Limit the number of login attemptsLimit the number of login attemptsto Limit the Number of Login Attempts