DanSnow / vue-recaptcha

Google ReCAPTCHA component for Vue.js
http://dansnow.github.io/vue-recaptcha/
MIT License
868 stars 135 forks source link

Recaptcha bypasses #334

Closed dlenskyi closed 4 years ago

dlenskyi commented 4 years ago

Recaptcha-v3 not working at all, it says invalid site key, but I created a fresh keys. Invisible recaptcha-v2 started to work, but this.$refs.recaptcha.execute() doesn't show the recaptcha, it bypasses and goes to @verify method, my browser is Safari. In Google Chrome it does the same

DanSnow commented 4 years ago

invisible recaptcha will pass directly if Google thinks that you are human

dlenskyi commented 4 years ago

Thanks, all worked!