JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q35711F
  • License MIT

Helper Library for HyperAuth, a 2FA service

Package Exports

  • hyperauth
  • hyperauth/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperauth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Node.js HyperAuth Library

Version Downloads Try on RunKit License

The HyperAuth Node library allows for easy integration of HyperAuth APIs for applications written in server-side JavaScript.

Documentation

See the API Docs

Requirements

Node 8, 10 or higher.

Installation

Install the package with:

npm install hyperauth --save
# or
yarn add hyperauth

Usage

The package requires configuration with your API key and Secret Key, which are available in the TaxHype Dashboard.

const hyperauth = require("hyperauth");
const client = new hyperauth("API_KEY", "SECRET_KEY");