• Presentation • Feature • Documentation
I just couldn't buy KeyAuth, so I created a simple system for creating keys and a similar verification system.
-
This system has been developed solely for educational purposes.
-
This project has been created with good intentions and is intended for personal use only.
-
By choosing to use this repo, you acknowledge and accept full responsibility for any consequences that may result from your actions.
-
Required: MongoDB
- Create License
- Create User
- Register
- Login
- Dashboard
- Api
- User Panel
- Hwid Checker
- Hwid Update
- Website [Port: 80]
- Auto Update
-
Key Check |
/api/information/key/check(req = keys) -
Key Create |
/api/information/key/create(req = type) -
Key Edit |
/api/information/key/edit(req = keys) (fild you want to edit: type, take, hwid, valid) -
All Keys |
/api/information/key/all(no req) -
Register |
/api/information/user/register(req = username, password, keys) -
Login |
/api/information/user/login(req = username & password) -
Delete User |
/api/information/user/delete-user(req = username) -
All User |
/api/information/user/all(no req) -
Status |
/api/information/status(no req)