recaptcha
recaptcha copied to clipboard
Google ReCaptcha v3 issues
The token appears to expire after a few minutes. I execute on page load and populate a hidden form field. By the time the user submits the form the token is expired.
Can we have an API to configure the timer? Something like this.
It's very bad if ReCaptcha fails and the user can't able to submit the form.
{message='ReCaptcha V3 Verification Failed', captchaJSON={"success":"false","error-codes":[""timeout-or-duplicate""]}
You should execute recaptcha to get token and immediately check its token with your backend request (with priv key). Recaptcha token expiry time is 2 minutes.