-
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…
-
Hello everyone,
I have an issue with verifying the captcha, been stuck on the same thing for 4 hours now, tried a bit of everything, but nothing seems to work, I am just starting with Vue, Kindly s…
-
### Description
Captcha v3 popup not disappearing when navigation from page to page.
When I navigate using the router.push. The popup is still visible but not needed anymore. Can I somehow destroy…
-
### 版本
2.0.9
### 测试问题
1. 报警告信息
2. 在input组件自定义插槽加入image 图片,src设置为图片链接或者base64图片均没生效(h5调试正常),在小米11安卓显示`undefined`。
![image](https://user-images.githubusercontent.com/32643286/144962957-322531dc-b…
-
This library does not work as documented. I have followed all the instructions for configuring with Vue 3 composition API, this is what I get:
```
ERROR in src/components/ReCaptchaV3.vue:32:15
TS…
-
hCaptcha doesn't seem to support reusing the same code (responds with 'already checked or invalid') and vue-hcaptcha doesn't allow manual code expiration.
First solution that comes to mind is to im…
-
Hi,
I'm using vue-recaptcha-v3 1.9.0 in a production Vue app.
Sometimes, i'm getting this error when we validate the token:
"incorrect-captcha-sol"
The token is significantly different. Fo…
-
I love this reCaptcha, thanks so much!
I am getting a successful solution but can't seem to verify it. Please could you help me understand what I am doing wrong? The verification request aborts at…
SPH73 updated
7 months ago
-
### Expected
Disable the use of honey on the local environment by commenting out config.honey.environments.local
Successfully submit a form, even though it has 'honey' & 'honey-recaptcha' middleware…
-
### What problem does this feature solve?
This will allow splitting guard logic in smaller functions and making it easy to chain them. It's similar to express middlewares
### What does the propose…
posva updated
3 months ago