You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that this module relies on the bootstrapmfa module, could we look at handling excessive (brute forced) requests in that, and build it so authentication modules like this just consume it?
Currently
TOTPAuthenticator
registers a failed login only when no token is present. If the token is wrong, it throws and redirects. https://github.com/elliot-sawyer/totp-authenticator/blob/master/src/Authenticators/TOTPAuthenticator.php#L46That's opening up the implementation to brute force. The time window of 30s is irrelevant if you get infinite tries (bound by server capacity).
/cc @Firesphere
The text was updated successfully, but these errors were encountered: