xi / django-mfa3

multi factor authentication for django
MIT License
20 stars 9 forks source link

Rate limiting/throttle #3

Closed xi closed 3 years ago

xi commented 3 years ago

From the pyotp README:

Throttle brute-force attacks against your application's login functionality

This could maybe be achieved by integrating with django-axes. But it is important to not only throttle overall login attempts, but also second-factor attempts within a login attempt.