-
I can develop whole code in my project but
How can I test recaptcha with version 3, is it valid or not?
-
I have recaptcha included in sign in (v3) and sign up (v2) pages.
It works went using the website directly via browsers. But when building the android app using webview, recaptcha does work.
Messa…
-
Hello!
Did anyone else get this error and was able to find a solution?
Thanks in advance!
Could not find a declaration file for module 'react-recaptcha-v3'. 'c:/ambiente-trabalho/desenvolvimento…
-
![Screenshot 2019-07-25 19 43 41](https://user-images.githubusercontent.com/46962003/61881739-c755b380-af14-11e9-91ac-c9d4ba5e4fde.png)
-
When placing `recaptcha_tags` or `recaptcha_v3` in my view, I now get a ton of console warnings that did not previously exist...
```
21:56:10.619 Content Security Policy: Ignoring “'unsafe-inline'…
-
When attempting to render the recaptcha, I would get an vague error only saying that "callback is required", but as far as I can tell I am doing just that. I copied the code in the example and did no…
-
I would like to implement recaptcha only to login and register component, so I wrote the following code:
import { defineComponent, reactive, ref } from "vue";
import { useRouter } fr…
-
## Feature Description
Seguindo a documentação em https://www.google.com/recaptcha/intro/v3.html. Implementar o sistema de reCAPTCHA V3 para proteger o sistema contra spans e bots.
Seria inter…
-
In the project's README.md (https://github.com/AurityLab/vue-recaptcha-v3#access-recaptcha-v3-instance) it's not explained how to get the instance when Vue 3 Composition is used. We need to hide the R…
-
### Description
When navigating back to a form page that uses reCAPTCHA after invoking `navigate: true` in Livewire V3, the reCAPTCHA loader doesn't seem to stop spinning. This also triggers a Java…