angular-recaptcha
angular-recaptcha copied to clipboard
AngularJS directive to add a reCaptcha widget to your form
## WS-2020-0070 - High Severity Vulnerability Vulnerable Libraries - lodash-3.10.1.tgz, lodash-2.4.2.tgz, lodash-4.17.15.tgz lodash-3.10.1.tgz The modern build of lodash modular utilities. Library home page: https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz Path to dependency file: /tmp/ws-scm/angular-recaptcha/package.json Path...
## WS-2019-0367 - Medium Severity Vulnerability Vulnerable Library - angular-1.2.28.js AngularJS is an MVC framework for building web applications. The core features include HTML enhanced with custom component and data-binding...
## WS-2019-0019 - Medium Severity Vulnerability Vulnerable Libraries - braces-1.8.5.tgz, braces-0.1.5.tgz braces-1.8.5.tgz Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification. Library home...
` ` Set ` vcRecaptchaServiceProvider.setSize('invisible');` I am not geeing widgetId which is 0 and `vcRecaptchaService.getResponse()` gives "" While if I use the same code for visible that works fine.
See https://developers.google.com/recaptcha/docs/v3#actions
In [Google's FAQ](https://developers.google.com/recaptcha/docs/faq), we can use the "www.recaptcha.net" instead of www.google.com to load the api.js when "www.google.com" is not accessible. Can we have this option in this lib ?
Having errors when trying to get it to work in AngularJS 1.5: `Module 'vcRecaptcha' is not available! You either misspelled the module name or forgot to load it. If registering...
Specifically, China. More info here: https://developers.google.com/recaptcha/docs/faq "Yes, please use "www.recaptcha.net" in your code in circumstances when "www.google.com" is not accessible" refers to https://github.com/google/recaptcha/issues/87.
Im trying to integrate with a V3 recaptcha Key but always show an error. i have in my configuration the correct key and correct domains , but it doest work.
Hi, error-callback functionality, which is errors that comes from google isn't implemented. although files in src folder has the functionality the files in the "release" folder doesn't have them. the...