In this video, we'll cover how to add Recaptcha in Django REST Framework using throttling.
Adding Recaptcha is always good practice to avoid spambots such as creating dummy users that will fill the database with useless data. In DRF, some public API endpoints (register/login/reset password and etc.) need to be protected from such attacks.
Source code: github.com/thepylot/recapthca-drf
コメント