1.0.6 • Published 2 years ago

recaptcha-library v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.1-o

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-draft

3 years ago

1.0.0-p

3 years ago

1.0.0-o

3 years ago

1.0.0-n

3 years ago

1.0.0-m

3 years ago

1.0.0-l

3 years ago

1.0.0-k

3 years ago

1.0.0-i

3 years ago

1.0.0-h

3 years ago

1.0.0-g

3 years ago

1.0.0-f

3 years ago

1.0.0-e

3 years ago

1.0.0-d

3 years ago

1.0.0-c

3 years ago

1.0.0-b

3 years ago

1.0.0-a

3 years ago