Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
39いいね 2840回再生

Adding Recaptcha in Django REST Framework (Throttling)

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

コメント