ziqx
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Ziqx.js

All in one package to manage your Ziqx services

Docs

Checkout the Documentation for more information Ziqx Docs ⇗

Ziqx Auth

const auth = new ZiqxAuth();

//Login
auth.login("APP_ID"); // Acquire app ID from Ziqx Developer Console
// If you are testing in developer mode, add second param as "true"

//Validate Ziqx Token
const isTokenValid:boolean = await auth.validate("TOKEN");

Readme

Keywords

Package Sidebar

Install

npm i ziqx

Homepage

ziqx.cc

Weekly Downloads

1

Version

0.0.5

License

ISC

Unpacked Size

4 kB

Total Files

7

Last publish

Collaborators

  • fathah_cr