Fixing internal security token problem

This commit is contained in:
stephb9959
2021-07-18 22:13:10 -07:00
parent c585dc9884
commit 734ce263ee
19 changed files with 181 additions and 113 deletions

View File

@@ -14,7 +14,7 @@ namespace uCentral {
if (!ContinueProcessing(Request, Response))
return;
if (!Daemon()->IsValidAPIKEY(Request))
if (!IsAuthorized(Request, Response))
return;
try {