Give us feedback
google-recaptcha-v3
Web icon

Google reCAPTCHA v3

Stable version 1.0.0 (Compatible with OutSystems 11)
Also available for 10
Uploaded on 23 November 2018 by 
5.0
 (1 rating)
google-recaptcha-v3

Google reCAPTCHA v3

Details
Google reCAPTCHA v3 https://www.google.com/recaptcha/intro/v3.html
Read more

Implementation of the new Google reCAPTCHA v3

https://www.google.com/recaptcha/intro/v3.html

This new reCAPTCHA will not block user interaction by asking to solve a puzzle. You can decide what to do based on the Score given to the user (BOT ->0.0  to 1.0 <- Human).


You will need to set up the 2 Site properties for the Site Key and Google Key.

You can get the keys on the reCAPTCHA admin page (make sure you generate the keys for version 3 of the reCAPTCHA)

https://www.google.com/recaptcha/admin


Usage:

Drag webblock to the screen you want to validate. Optionally pass the action name you want to validate (useful for monitoring on the reCAPTCHA dashboard from google)

On the action you want to validate, drag the reCAPTCHAV3_Validate and based on the output score decide if you want to continue with the action or change the execution flow.


Release notes (1.0.0)
Reviews (1)
by 
2021-01-10
in version 1.0.0
Thank you for sharing this on the forge.  It was super easy to implement and works great with Traditional Web 11.x.
Team