@novo-x/google-recaptcha
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Google reCAPTCHA Service

Available methods

  • verify: verifies a previously generated token

Usage examples

yarn add @novo-x/google-recaptcha

import {GoogleRecaptcha} from "@novo-x/google-recaptcha"

const MyService = new GoogleRecaptcha(
    '123456789' // apiKey
);

const success = await MyService.verify(
    '123456789', // token
    'myhost.com' // hostname
);

Dependencies

axios

Package Sidebar

Install

npm i @novo-x/google-recaptcha

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

20.8 kB

Total Files

6

Last publish

Collaborators

  • lautarobruno
  • agustin-novolabs
  • novo-tincho
  • nicolas.novolabs
  • mati-novolabs
  • alejitowow
  • nahuelprieto