The HyperAuth Node library allows for easy integration of HyperAuth APIs for applications written in server-side JavaScript.
See the API Docs
Node 16 or higher.
Install the package with:
npm install hyperauth --save
# or
yarn add hyperauth
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");
For all questions and suggestions, please create a new issue here or contact contact@hypertek.dev.