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
Django-axe is a pretty complex tool, but it seems like it would make a good security improvement. Right now we don't have any special throttling on our login forms:
It also might be possible to use django-ratelimit for this, which we already use for other rate limiting purposes. Note, though, that it can cause security issues.
The text was updated successfully, but these errors were encountered:
Django-axe is a pretty complex tool, but it seems like it would make a good security improvement. Right now we don't have any special throttling on our login forms:
https://django-axes.readthedocs.io/en/latest/index.html
It also might be possible to use
django-ratelimit
for this, which we already use for other rate limiting purposes. Note, though, that it can cause security issues.The text was updated successfully, but these errors were encountered: