wagtail-django-recaptcha
wagtail-django-recaptcha copied to clipboard
Add support for reCAPTCHA v3
Closes #33
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.