Opened 11 years ago
Last modified 6 weeks ago
#21289 assigned New feature
Add login rate limiting to contrib.auth
Reported by: | Tim Graham | Owned by: | Tom Carrick |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | sasha@…, ivanov17, Ülgen Sarıkavak | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This would need a design proposal. There are likely some third-party packages that provide this that we could borrow from or consider including in contrib.auth.
Change History (9)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
Cc: | added |
---|
comment:4 by , 2 years ago
#33743 was a duplicate suggesting to "Add topic page on rate-limiting solutions for Django to the documentation" in order to progress this ticket, as it doesn't look like a consensus on a solution in core is near.
comment:6 by , 10 months ago
I think this is still relevant, it would be great to have such functionality out of the box.
comment:7 by , 9 months ago
Cc: | added |
---|
comment:8 by , 8 months ago
Cc: | added |
---|
comment:9 by , 6 weeks ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Is the ticket still relevant? Considering availability of ready-made solutions for the framework, like
django-ratelimit
etc.