https://github.com/anystack-sh/electron-license-demo-app
Example implementation of Anystack's licensing SDK for Electron applications
https://github.com/anystack-sh/electron-license-demo-app
electron license-management security
Last synced: 2 months ago
JSON representation
Example implementation of Anystack's licensing SDK for Electron applications
- Host: GitHub
- URL: https://github.com/anystack-sh/electron-license-demo-app
- Owner: anystack-sh
- Created: 2023-03-10T15:21:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T15:23:54.000Z (over 3 years ago)
- Last Synced: 2025-11-17T01:02:18.137Z (8 months ago)
- Topics: electron, license-management, security
- Language: JavaScript
- Homepage: https://anystack.sh
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron applications license key demo
This is an example repository of an Electron application that implements the [Electron License SDK](https://github.com/anystack-sh/electron-license) by Anystack.
Add license and add auto-update support your private Electron application in just a matter of minutes with Anystack's plug-and-play licensing package.
* **License activation tracking**.
* Secure auto updates for users with a **valid license**.
* **Plug & Play** integration, it only takes a few lines of code.
* Easy **to customize** via config object.
You will need to register an API key at [Anystack](https://anystack.sh) and have a product ID to use this package.
Anystack will help you make an online living selling your software by setting yourself free from billing and logistics so you can focus on building software.
## Usage
Open `index.js` and set your API key and Product ID:
```js
api: {
key: '', // API key with ONLY(!) license:validate and license:activate scope.
productId: '', // Your Anystack product ID
},
```
```shell
yarn install
yarn start
```
If you want to learn more about the SDK, visit the [installation guide](http://anystack.sh/docs/integrations/electron).