Hi,
My application is based on java 8 , grails 2.4.3, and postgresql. The java based application is using hibernate ORM and spring is embedded.
I have a requirement of implementing google recaptcha enterprise version in the application. We do have google recaptcha implemented with the grails plugin mentioned here https://plugins.grails.org/plugin/iamthechad/recaptcha but same would not be applicable for enterprise version. Because the code inside the plugin seems to be for non enterprise version.
So with the project configuration available what all my option to implement the recaptcha. Any suggestion? Thank you in advance!
Solved! Go to Solution.
Thank you Willbin for your reply. it seems that the plugin is being used in the project is very old and does not support enterprise version.
So will have to instrument the calls on client and server side after migration of keys.
BR,Amruta
Hello @amrutaAD,
Welcome to Google Cloud Community!
If your options are limited, it would be best to be in touch with the reCaptcha Enterprise support so they can further inspect your project and requirements before implementing reCaptcha.
If you encounter any errors with regards to reCaptcha integration, don't hesitate to post back any questions here. Thanks
Thank you Willbin for your reply. it seems that the plugin is being used in the project is very old and does not support enterprise version.
So will have to instrument the calls on client and server side after migration of keys.
BR,Amruta