1.0.6 • Published 1 year ago

recaptcha-library v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.5

1 year 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

2 years ago

1.0.0-p

2 years ago

1.0.0-o

2 years ago

1.0.0-n

2 years ago

1.0.0-m

2 years ago

1.0.0-l

2 years ago

1.0.0-k

2 years ago

1.0.0-i

2 years ago

1.0.0-h

2 years ago

1.0.0-g

2 years ago

1.0.0-f

2 years ago

1.0.0-e

2 years ago

1.0.0-d

2 years ago

1.0.0-c

2 years ago

1.0.0-b

2 years ago

1.0.0-a

2 years ago