Auth0 login with Google's reCAPTCHA v3

I was wondering if anyone has ever integrated Google reCAPTCHA V3 and the Auth0 login modal dialogue and if they ran into any issues that might be good to know.

And if anyone has Node.js they used for this they could share that would be great. :slight_smile:

thanks

Hey there @Sauraus, after researching the challenge internally with our support team it appears that at this moment, it is not possible to implement Google Recaptcha in Hosted login. However, you can implement the Google Recaptcha by redirecting users from rule during authentication flow.

https://auth0.com/docs/rules/current/redirect

Sample Code:

Please let me know if this helps you on your quest! Thanks!

Also working on the same. @James.Morrison Could you confirm if this is a V3 implementation as in the original question and needs ReCaptcha V3 keys or a solution for V2 ?

Also what if the registration flow requires another redirection (let’s say for social linking) ?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.