issues
search
brutasse
/
django-ratelimit-backend
Rate-limit your login attempts at the authentication backend level
https://django-ratelimit-backend.readthedocs.io
BSD 3-Clause "New" or "Revised" License
169
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Lot's of bugs with Django 4.2
#55
rohamSadeghi
opened
11 months ago
1
please make it compatible with Django 4.2
#54
rabbitix
opened
1 year ago
0
Is this still being maintained?
#53
jmbowman
opened
3 years ago
5
dropped support for older versions of python and Django
#52
mraarif
closed
3 years ago
0
Register the custom admin site properly using apps.py
#51
schenedx
closed
4 years ago
1
Instantiate RateLimitAdminSite in apps.py
#50
cpennington
opened
4 years ago
1
Fix UnicodeDecodeIssue
#49
Salomari1987
opened
4 years ago
0
Update test matrix with modern versions of Django
#48
moggers87
closed
3 years ago
0
A nit: typo
#47
noraiz-anwar
closed
5 years ago
1
Ignore flake8's "W504 line break after binary operator"
#46
timgraham
opened
5 years ago
0
Add testing for Django 2.2
#45
timgraham
opened
5 years ago
2
closes #41: Add RATELIMIT_SUPPRESS_WARNINGS setting
#44
ciarancourtney
opened
5 years ago
0
following example for custom backend: no 'username' in request.POST
#43
mxork
opened
6 years ago
0
provide context for invalid_login in admin form
#42
RaphaelKimmig
opened
6 years ago
0
Don't raise UserWarning 'No request passed to the backend' during tests
#41
ciarancourtney
opened
6 years ago
2
Update docs for correct MIDDLEWARE setting name.
#40
shangdahao
closed
6 years ago
1
Can this be used to do soft-lockouts, too?
#39
rschwiebert
opened
6 years ago
0
How to set the username_key when using django-allauth that accepts either username or email?
#38
chrickso
opened
6 years ago
0
Drop support for Django < 1.11 and add support for Django 2.0
#37
timgraham
closed
6 years ago
1
Add python3.3 from deadsnakes
#36
scjody
closed
7 years ago
1
CI test commit
#35
scjody
closed
7 years ago
0
Support authentication backends that don't have usernames
#34
scjody
closed
7 years ago
6
How do you make it work with django reCAPTCHA?
#33
asesh
opened
7 years ago
0
Allow calling without username argument
#32
scjody
closed
7 years ago
2
Does not work with OAuth 2 bearer tokens
#31
scjody
closed
7 years ago
0
Fix/tests
#30
brutasse
closed
7 years ago
0
Remove obsolete installcommand in tox.ini
#29
timgraham
closed
7 years ago
0
Enable squash merging
#28
timgraham
opened
7 years ago
0
Add support for Django 1.10 and 1.11
#27
timgraham
closed
7 years ago
1
Fix E305 flake8 warning
#26
timgraham
closed
7 years ago
0
Reflect the dropped support of old Django versions in README
#25
desecho
closed
7 years ago
1
Convert readthedocs links for their .org -> .io migration for hosted projects
#24
adamchainz
closed
8 years ago
1
Drop support for Django < 1.8
#23
timgraham
closed
8 years ago
0
Fix #21: Prevent the tests from being installed with the wheel file
#22
timgraham
closed
8 years ago
1
Installing django-ratelimit-backend includes the tests
#21
timgraham
closed
8 years ago
1
Update usage.rst
#20
fmalina
closed
8 years ago
1
Removed admin.autodiscover() call
#19
fmalina
opened
8 years ago
4
Test against Django 1.9
#18
moggers87
closed
8 years ago
1
In Usage, document authenticate(..., request=request)
#17
aaugustin
closed
8 years ago
1
Remove admin.autodiscover() for URLconf example
#16
aaugustin
closed
7 years ago
0
Avoid nuking REDIRECT_FIELD_NAME
#15
exonian
closed
9 years ago
4
Add "sensitive_post_parameters" decorator to login view
#14
moggers87
closed
10 years ago
2
Compatibility with Django1.7
#13
magopian
closed
10 years ago
1
Compatibility with Django1.7
#12
magopian
closed
10 years ago
1
Fix a typo in the documentation.
#11
kevinseelbach
closed
10 years ago
1
Url for Simon's blog on ratelimitcache has changed.
#10
akshar-raaj
closed
10 years ago
1
Bump version and release on PyPI
#9
treyhunner
closed
11 years ago
1
Improve explanation of replacing admin with rate-limited admin
#8
treyhunner
closed
10 years ago
1
Generalize rate limiting for backend without username
#7
treyhunner
closed
11 years ago
5
Fix log strings for posted username with unicode character
#6
zebuline
closed
12 years ago
1
Next