recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Is this thread-safe?

Open liuml07 opened this issue 8 years ago • 0 comments

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?

liuml07 avatar Aug 01 '17 21:08 liuml07