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

How do you make it work with django reCAPTCHA? #33

Open asesh opened 7 years ago

asesh commented 7 years ago

I have been trying to get django ratelimit backend work with django reCAPTCHA but it won't work. Do you have any idea on how to make it work with django reCAPTCHA @brutasse @almet @magopian @treyhunner @timgraham

Thanks