recaptcha
recaptcha copied to clipboard
Is this thread-safe?
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 returning both success and error?