haisum/recaptcha

Is this thread-safe?

Opened this issue · 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?