appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

Provide functionality for Recaptcha v3 #245

Open xxJeevesxx opened 6 years ago

xxJeevesxx commented 6 years ago

Google now has the Recaptcha v3 (still in beta) but working. I've looked at the code here but not sure the best or your preferred way to integrate their v3 requirements. If possible, it'd be cool. Thanks!

mattlockyer commented 5 years ago

+1 Also the readme should be updated to reflect that this library only works for v2 please

AndreyPatseiko commented 5 years ago

+1. Because if you try used sitekey from v3 you get error. You must will create keys only versions 2.

vinceve commented 4 years ago

I created a PR for the documentation.

https://github.com/appleboy/react-recaptcha/pull/271