1.0.6 • Published 3 months ago

recaptcha-library v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

Recaptcha library

This is wrapper library with Recaptcha version 3 (using vue-recaptcha-v3)

First, you need import VueReCaptcha in your app and install it, because of vue-recaptcha-v3 is plugin

Secondly, you can use useRecaptchaV3 composable in any of your components, where you need recaptcha v3.

useRecaptchaV3 contain lifecycle hooks:

  • onMounted (where the interval with getting the token starts)
  • onUnmounted (where this interval stops)

Gitlab Package Registry

We have this package deployed in our package registry

To install it to your project, from the root level of your project:

  1. Authenticate to the Gitlab Package Registry

npm config set -- //gitlab.com/:_authToken=your_token (authToken is your personal access token from Gitlab account) npm config set -- //gitlab.com/api/v4/projects/43545909/packages/npm/:_authToken=your_token

  1. Create .npmrc file in the root of the project and paste this

@silverbird:registry=https://gitlab.com/api/v4/projects/43545909/packages/npm/

  1. Run npm i @silverbird/recaptcha-library
1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

6 months ago

1.0.1-o

12 months ago

1.0.3

12 months ago

1.0.1

12 months ago

1.0.0

1 year ago

1.0.0-draft

1 year ago

1.0.0-p

1 year ago

1.0.0-o

1 year ago

1.0.0-n

1 year ago

1.0.0-m

1 year ago

1.0.0-l

1 year ago

1.0.0-k

1 year ago

1.0.0-i

1 year ago

1.0.0-h

1 year ago

1.0.0-g

1 year ago

1.0.0-f

1 year ago

1.0.0-e

1 year ago

1.0.0-d

1 year ago

1.0.0-c

1 year ago

1.0.0-b

1 year ago

1.0.0-a

1 year ago