GoogleCloudPlatform / recaptcha-enterprise-flutter

Apache License 2.0
23 stars 8 forks source link

Not able to see visual checkbox reCAPTCHA #48

Closed cupatil closed 2 months ago

cupatil commented 3 months ago

We have implemented the reCAPTCHA Enterprise Flutter SDK into our application. We have successfully initialized the client and are able to execute the method and fetch the token from it. However, we are not able to see the visual checkbox reCAPTCHA during this process. Can you please help with this?

walterjgsp commented 3 months ago

The mobile SDK do not offer support for visual checkbox as this is the reCaptcha Enterprise version. This is by design to offer the developer the ability to choose the best way to add friction to the user when necessary.

Some alternatives to have the visual checkbox are to use an WebView with reCaptcha web integration that appears in case of low score. An example can be found here https://github.com/GoogleCloudPlatform/recaptcha-enterprise-mobile-sdk/tree/main/examples/android/visual