This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
{"login": "OpsAdminLimited","password": "OpsAdminLimited"}
|
||||
|
||||
|
||||
LICENSE / ONBOARDING
|
||||
|
||||
TODO: auth route if not licensed at all (not merely expired, but non-existent) then only manager account can login, no one else
|
||||
(because there could be other users somehow but no license)
|
||||
|
||||
todo: notify/hello route should no longer return false for trial true for not but instead:
|
||||
Return a license state enumeration value
|
||||
0 = No license at all of any kind
|
||||
1 = trial license key
|
||||
2 = purchased license key
|
||||
Note: this has nothing to do with whether there is an active license or not, merely that it's of a type
|
||||
this is so client can display appropriate UI
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user