OPEN SOURCE PYTHON APPLICATION LOGIN SYSTEM
SIMPLE
LIGHTWEIGHT
EASY
METHODS:
[Users]
The FetchUser() function can be used for fetching information about a specific user.
The FetchUsedLicenses() function can be used for fetching all the licenses a user has used.
The FetchUserCount() function can be used for fetching the total amount of users.
The FetchUsers() function can be used for fetching all users.
The DeleteUser() function can be used for deleting a user.
The ChangeVariable() function can be used for changing a users variable.
The ChangePassword() function can be used for changing a user's password.
[Licenses]
The FetchLicense() function can be used for fetching information about a license.
The FetchLicenseCount() function can be used for fetching the total amount of licenses.
The DeleteLicense() function can be used for deleting licenses.
The UnuseLicense() function can be used for un-using licenses.
The UseLicense() function can be used for deleting licenses.
The GenerateLicense() function can be used for generating licenses.
[HWID]
The FetchHWID() function can be used for fetching a user's HWID.
The ResetHWID() function can be used for resetting a user's HWID.
[Application]
The Info() function can be used for fetching information about the application.
The Login() function can be used for checking for a success login.
The Register() function can be used for registering a user with a license.
The Extend() function can be used for extending a users subscription.
The ForgotPassword() function can be used for sending the user a password reset.
The ChangePassword() function can be used for changing a users password.
The Log() function can be used for logging something to the web panel
RESOURCES:
Documentation: