naas
naas copied to clipboard
Add lockout for multiple failures to same device
There is currently a rudimentary authentication failure lockout mechanism for a single user, however this does not catch the instance where different usernames are spamming the same device. We need to catch these and also temporarily lockout all access to that device.
Mechanism will be similar to existing user based lockout, just with the device's IP as the key.