fjcaetano / ReCaptcha

[In]visible ReCaptcha v2 for iOS
http://blog.flaviocaetano.com/post/recaptcha-reaches-1-dot-0/
MIT License
267 stars 133 forks source link

Simulator pass the validation #86

Closed antonioromano closed 4 years ago

antonioromano commented 4 years ago

I dunno if it Is a bug, but testing on the simulator it passes the validation. Since it passes the validation, which checks are running? What are the benefits if it always passes?

fjcaetano commented 4 years ago

@antonioromano the library is just an iOS friendly interface for Google ReCaptcha. All the validation is handled by Google ReCaptcha, the library just allows access to it.