Skip to content

invisible reCaptcha? #39

Closed
Closed
@delueg

Description

@delueg

Hello ,

is the invisble reCaptcha available?

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

Activity

DanSnow

DanSnow commented on Mar 17, 2017

@DanSnow
Owner

Currently, no.
But this is a planning feature.

DanSnow

DanSnow commented on Mar 18, 2017

@DanSnow
Owner

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

DanSnow commented on Mar 22, 2017

@DanSnow
Owner

I have published a new version. Check it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @delueg@DanSnow

        Issue actions

          invisible reCaptcha? · Issue #39 · DanSnow/vue-recaptcha