Skip to content

LexActivator API wrapper for Node.js (licensing library)

License

Notifications You must be signed in to change notification settings

cryptlex/lexactivator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
github-actions
Feb 13, 2025
6fc2d33 · Feb 13, 2025
Jan 20, 2025
Jun 8, 2023
Dec 2, 2024
Feb 13, 2025
Jan 20, 2025
Nov 25, 2022
Nov 25, 2022
Nov 25, 2022
Apr 23, 2021
Apr 27, 2021
Nov 25, 2022
Nov 30, 2022
Feb 13, 2025
Mar 8, 2023

Repository files navigation

Build @cryptlex/lexactivator package

@cryptlex/lexactivator

Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexActivator (Cryptlex client library).

Additionally, you can offer trials, subscriptions, floating licenses and much more.

LexActivator.js is a Node.js wrapper for LexActivator licensing library.

Installation

npm install @cryptlex/lexactivator

Then you can include it in your code:

const { LexActivator, LexStatusCodes, LexActivatorException, PermissionFlags } = require('@cryptlex/lexactivator');

Usage

Refer to following for documentation:

https://docs.cryptlex.com/node-locked-licenses/using-lexactivator/using-lexactivator-with-node.js