wagtail-django-recaptcha icon indicating copy to clipboard operation
wagtail-django-recaptcha copied to clipboard

Add support for reCAPTCHA v3

Open ar4s opened this issue 4 years ago • 1 comments

Closes #33

ar4s avatar Oct 14 '21 16:10 ar4s

From the Google developers guide:

Note: reCAPTCHA tokens expire after two minutes. If you're protecting an action with reCAPTCHA, make sure to call execute when the user takes the action rather than on page load

The reCaptcha will often expire before the user has time to fill in the form if loaded with the form. It should be attached to the form submit action instead. The form builder needs some changes to accommodate this.

enzedonline avatar Nov 03 '23 23:11 enzedonline