recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Golang module for google re-captcha

Results 4 recaptcha issues
Sort by recently updated
recently updated
newest added

Hello, The package does not work with recaptcha v.3. Any fixes?

If another request comes between `re.Verify()` and `re.LastError()` in the current context, how can we make sure the last error makes sense? Instead, can we simplify the `Verify` API by...

Add remote IP support for extra security

As ReCAPTCHA validation could be forged by inserting correct response from other IP, I would like to add remote IP checking for extra security. However, this code has not been...