mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-04 12:47:46 +00:00
Fixing internal security token problem
This commit is contained in:
@@ -14,7 +14,7 @@ namespace uCentral {
|
||||
if (!ContinueProcessing(Request, Response))
|
||||
return;
|
||||
|
||||
if (!Daemon()->IsValidAPIKEY(Request))
|
||||
if (!IsAuthorized(Request, Response))
|
||||
return;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user