2.5.3 • Published 10 months ago

authvault v2.5.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

AuthVault JS šŸ”’

The #1 Trusted Authentication System for handling HWID locks, timed license keys, and secure software authentication.

šŸš€ Features

  • šŸ”‘ HWID-Based Authentication: Securely bind licenses to hardware.
  • ā³ Timed License Keys: Control access with keys that expire after a set period.
  • āš™ļø Easy Integration: Effortlessly integrate with your JavaScript projects.
  • šŸ“Š Detailed Reporting: Monitor and manage keys and HWID data.
  • šŸ›”ļø Secure & Trusted: Trusted by thousands for its reliability and security.

šŸ”§ Installation

Install AuthVault JS using npm:

npm install authvault-js```
šŸ Quick Start

const AuthVault = require('authvault');

const authInstance = new AuthVault(); const APPLICATION_ID = 'your-app-id'; const SECRET = 'your-secret';

(async () => { const licenseKey = 'your-license-key'; await authInstance.authvault(licenseKey, APPLICATION_ID, SECRET);

if (authInstance.getAuthStatus()) {
    console.log('The license key is valid.');
} else {
    console.log('The license key is invalid.');
}

})();

šŸ“– Documentation
For full documentation, check out AuthVault Docs.

šŸ¤ Contributing
We welcome contributions! Feel free to open a pull request or submit issues.
2.5.3

10 months ago

2.5.2

10 months ago

2.5.1

10 months ago

2.5.0

10 months ago