anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

[FEATURE] Limit request forgot password #156

Open hongquanvn1998 opened 2 years ago

hongquanvn1998 commented 2 years ago

I cannot block request when user use multiple feature forgot password I need some config in setting.py file. I can add number of limit use feature forgot

nezhar commented 2 years ago

Great idea :+1:, we could extend this by implementing a custom throttle class https://www.django-rest-framework.org/api-guide/throttling/