Authentication
Authentication can be implemented strictly through Discord user connections using Whop, a dedicated API, or a combination of both.
With Whop, we can obtain the Discord user's information, including their user ID, key, machine HWID, and access a dedicated dashboard to showcase our product or service.
Client Settings
To ensure a personalized experience for users, they can store their unique settings in the settings.json
file, which should be located in the root folder of our software. This file acts as a central repository for storing and accessing user-specific preferences and configurations.
Validate a License Key
This validation involves checking the key against expiration date, activation limits, and machine hwid. Preventing unauthorized usage, and ensure a secure and compliant user experience.
Last updated