Skip to content

mic0ishere/sentinel-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentinel-wrapper

TypeScript/JavaScript wrapper for the Sentinel license management system.

Usage

See /examples for a complete examples in both TypeScript and JavaScript.

const sentinel = new SentinelClient(
  "INSTANCE_URL",
  "API_TOKEN",
);

const license = await sentinel.authenticateLicense(
  "LICENSE_KEY",
  "PRODUCT_NAME",
  "SERVER_NAME"
);

if (license.success) console.log("License authenticated successfully");
else console.log("License authentication failed");

About

TypeScript/JavaScript wrapper for the Sentinel license management system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors