hyperauth

1.0.5 • Public • Published

HyperAuth Node.JS Server Library


Npm package version NPM Package Downloads Try on RunKit License Dashboard


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 16 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 HyperAuth Dashboard.

const hyperauth = require("hyperauth")("API_KEY", "API_SECRET");

Questions / Suggestions

For all questions and suggestions, please create a new issue here or contact contact@hypertek.dev.

Package Sidebar

Install

npm i hyperauth

Weekly Downloads

6

Version

1.0.5

License

MIT

Unpacked Size

6.88 kB

Total Files

4

Last publish

Collaborators

  • hypertekdev