Auth0 login with Google's reCAPTCHA v3

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!