Android-Lib-reCAPTCHA icon indicating copy to clipboard operation
Android-Lib-reCAPTCHA copied to clipboard

Verification of the reCaptcha should be done on the server side only.

Open AnixPasBesoin opened this issue 7 years ago • 2 comments

Don't you think that reCaptcha.verifyAnswerAsync("your-private-key", "user-input", onVerifyAnswerListener); Is kinda useless? And shouldn't be provided in the API since it leaks "your-private-key"?

AnixPasBesoin avatar Feb 20 '17 19:02 AnixPasBesoin

Pull requests are always welcome

ayltai avatar Feb 21 '17 06:02 ayltai

The private key should never be revealed. But we can use the api for the public part only

Flo354 avatar Apr 17 '17 12:04 Flo354