karser / KarserRecaptcha3Bundle

Google ReCAPTCHA v3 for Symfony
MIT License
157 stars 21 forks source link

Is this pluging compatible with Recaptcha Enterprise? #47

Open MilesYM opened 2 years ago

MilesYM commented 2 years ago

Hi,

I would like to update the recaptcha version and move from v3 to the enterprise version. Is this plugin compatible?

Thank you!

karser commented 2 years ago

Hello, I haven't tested this plugin with Recaptcha Enterprise. Does it use the same endpoint and keys format? Looks like it does https://cloud.google.com/recaptcha-enterprise/docs/migrate-recaptcha. Please let me know if you have any issues with Recaptcha Enterprise.

karser commented 2 years ago

Feel free to create another ticket if you have any issues with Recaptcha Enterprise.

MIvanIsten commented 2 weeks ago
Standard Enterprise
recaptcha/api.js recaptcha/enterprise.js
grecaptcha.ready() grecaptcha.enterprise.ready()
grecaptcha.execute() grecaptcha.enterprise.execute()