google-recaptcha-v2
Reactive icon

Google reCAPTCHA v2

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 03 July 2020
 by 
5.0
 (4 ratings)
google-recaptcha-v2

Google reCAPTCHA v2

Details
Google reCAPTCHA for reactive projects. Made by Create IT https://www.create.pt
Read more

Google reCAPTCHA for reactive projects. 


  1. Create 2 site properties to store your google reCaptcha configuration.
    1. SecretKey (DO NOT use it on client side!!!)
    2. SiteKey
  2. Add reCaptcha Web block to your form, providing your google site key.
  3.  Create a server action with 1 input parameter (reCaptcha response) and 1 output parameter (result). 
    1. Call plugin VerifyCaptcha action providing your secret key and your reCaptcha response.
    2. Set your server action output with plugin VerifyCaptcha action output
  4. On submit your form, call GetRecaptchaResponse to obtain reCaptcha response and call your server action created on 3)
  5. Verify if captcha is valid or not.

If you need to reset your reCaptcha for any reason (e.g. you could have an error on your server side), simply call ResetReCaptcha client action).



Release notes (1.0.0)
Reviews (2)
by 
2020-07-03
in version 1.0.0
Very handy and easy to use. Great job!
by 
2020-07-03
in version 1.0.0
We are using this component in www.maisproximo.pt, an app for detection of respiratory complications and support in the fight against COVID-19, and it was very easy to use and it works very well. 
Team
Other assets in this category