Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invisible reCaptcha? #39

Closed
delueg opened this issue Mar 17, 2017 · 3 comments
Closed

invisible reCaptcha? #39

delueg opened this issue Mar 17, 2017 · 3 comments

Comments

@delueg
Copy link

delueg commented Mar 17, 2017

Hello ,

is the invisble reCaptcha available?

https://developers.google.com/recaptcha/docs/invisible

@DanSnow
Copy link
Owner

DanSnow commented Mar 17, 2017

Currently, no.
But this is a planning feature.

@DanSnow
Copy link
Owner

DanSnow commented Mar 18, 2017

I have implemented an experimental version at current HEAD.
You can bind the ReCAPTCHA to a button like this:

<vue-recaptcha sitekey="<sitekey>">
  <button type="submit">Submit</button>
</vue-recaptcha>

But it can only support html tags.
You can't use any Vue component.

Edit:
Now also can use Vue component.

@DanSnow
Copy link
Owner

DanSnow commented Mar 22, 2017

I have published a new version. Check it out.

@DanSnow DanSnow closed this as completed Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants