Actions
Bug #7693
closedreCaptcha Invisible/v3 timeout
Description
reCaptcha Invisible/v3 appears to randomly time out or report duplicate. Review implementing protections against this by likely increasing timeout time and additional caching to avoid duplicate verification, which maybe due to a conflict with other reCaptcha Invisible/v3 implementations.
Updated by krileon over 4 years ago
- % Done changed from 0 to 50
Response tokens are only valid for 2 minutes.
https://developers.google.com/recaptcha/docs/verify
This is fixed for reCaptcha Invisible where it was happening in Step by Step due to #7931. Still needs fixes for reCaptcha v3 where if you don't complete and submit the form in 2 minutes it will fail. This is made clear below where the verification should happen immediately, which it currently is not.
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Actions