-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for reCAPTCHA Enterprise #11
Comments
Attach the manual please, PR welcome also ;) |
Here is the the REST API documentation I need this for a project I'm working on now. I will try and see if I can build this in a way that can be backported to |
It's looking like I will need to use Google's official client library python-recaptcha-enterprise which is a completely different way of interacting with the Google Cloud APIs from what's currently in The annoying thing about it (aside from requiring another library) is that it requires a Google service account to use. The credentials used for service accounts are in JSON format. It's not just an API key. It also communicates via an RPC and not through a JSON API. |
They are have REST also, https://cloud.google.com/recaptcha-enterprise/docs/reference/rest |
At the moment, the library only supports reCAPTCHA v2 and v3. It would be great if this library also supported reCAPTCHA Enterprise.
The text was updated successfully, but these errors were encountered: