Currently we are using snowpenguin's Recaptchav2 which is suspecptible to attacks in the form submission.
To mitigate this recaptchav3 introduced silent protection, where the user won't be interrupted and we get a score back, how likely the user is to be a human, throughout his interactions with the website.
Milestones:
[ ] - https://pypi.org/project/django-recaptcha3/#data bump the version to v3
[ ] - Play around with threshold value to see which provides the best balance between usability ans safety
Currently we are using snowpenguin's Recaptchav2 which is suspecptible to attacks in the form submission.
To mitigate this recaptchav3 introduced silent protection, where the user won't be interrupted and we get a score back, how likely the user is to be a human, throughout his interactions with the website.
Milestones:
[ ] - https://pypi.org/project/django-recaptcha3/#data bump the version to v3
[ ] - Play around with threshold value to see which provides the best balance between usability ans safety