· 6 years ago · Feb 01, 2020, 08:28 PM
1the term "users" will be used as a name for the developer using the auth
2the term "buyers" will be used for the buyers and users of the developers using the auth
3
4UI:
5- overall color scheme, white & purple or black & purple
6- nice landing page (i can do all the writing)
7- login and register form for users
8- nice bootstrap admin panel
9
10Tabs in Admin Panel:
11
12- dashboard, will display things like this
13https://gyazo.com/909c5e65ce0f9b6a63bf593dc613b588
14
15- generate tab, where u can licenses for buyers to use
16includes
17 amount of licenses to generate
18 different key lengths - day, week, month, year, and custom # of days
19
20- view tab, where it displays an editable table with the license keys
21 shows if the license has been redeemed, the expiration date, if used the hwid of the user, the ip of the user, last login
22
23- settings
24 different options to enable/disable, enable application, enable security checks
25
26- security tab
27 different options to enable/disable, enable anti-debug, enable hashcheck, enable auto update, other stuff ill add
28
29New Tab Section (like says Other):
30
31- resources
32 api examples
33 dll
34 account info, shows your uid and email and all that shite, users info
35 tab to purchase upgrades to your account
36
37Auth:
38
39the auth api should be secure and easy to use for all languages
40security is up to u
41
42basically check if the license exists, if hwid is set (if not set it), check if license expires.
43i might be forgetting stuff