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
I saw an old PR was reverted that added support for rate limiting. It seems the suggested solution is to subclass each view but that seems unnecessary to me. Can we not pass in a throttle class in our settings and inject that into all rest-auth views?
The text was updated successfully, but these errors were encountered:
this repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: #568)
It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)
new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you write where it brings value.)
I saw an old PR was reverted that added support for rate limiting. It seems the suggested solution is to subclass each view but that seems unnecessary to me. Can we not pass in a throttle class in our settings and inject that into all rest-auth views?
The text was updated successfully, but these errors were encountered: