recaptcha-module
recaptcha-module copied to clipboard
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
The doc does not contain guide on handling the three events (success, expires and error) emitted in the recaptcha.vue component. Hence, adding the guide in the readme.md will reduce the...
My web application login and signup forms are in same page I need to add two recaptcha component for this two forms. It showing but reset only work with first...
Hi, I want to use this module with [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api), so I tried to use it from `useContext();`, but it doesn't work. ```javascript import { defineComponent, onMounted, useContext } from '@nuxtjs/composition-api';...
Sometimes we need to know when google captcha scripts have finished loading.
i am trying to add @nuxtjs/recaptcha module based on my env variable, i have a boolean variable in my publicRuntimeConfig block, i need to check this variable when nuxtjs boots...
Hi, It would be good if the plugin would warn in the console or break the build if the dev use a `` component when using recaptcha v3. Otherwise we...
Hi, thanks for this awesome library, I have been using this package for a while with no issues. Recently I developed a project where I need the ability to: 1.)...
 everything worked fine yesterday, today like this v.2
I'm trying to reset the captcha when the user clicks on a button by running the `this.$recaptcha.reset()`; In my local project it works as expected but once I test it...