194 | | |
195 | | |
196 | | ... MORE IDEAS INCOMING ... |
| 194 | == Add rate-limiting to core == |
| 195 | |
| 196 | There's an old ticket [https://code.djangoproject.com/ticket/21289 Add login rate limiting to contrib.auth]. |
| 197 | There's a quite recent [https://github.com/django/django/pull/13242 WIP PR] that shows the way there. |
| 198 | |
| 199 | Contrasting with the third-party [https://django-ratelimit.readthedocs.io/en/stable/index.html django-ratelimit] to determine what's the appropriate scope for what we'd want in the core framework would be important, and a good source of stretch-goals. |