This commit is contained in:
2020-06-08 19:19:52 +00:00
parent aae0156430
commit 1b96759adc
2 changed files with 42 additions and 9 deletions

View File

@@ -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