mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -218,7 +218,7 @@ namespace OpenWifi {
|
||||
Expired = (WT.created_ + WT.expires_in_) < now;
|
||||
if (StorageService()->UserDB().GetUserById(UserId, UInfo.userinfo)) {
|
||||
UInfo.webtoken = WT;
|
||||
poco_debug(Logger(), fmt::format("TokenValidation success for TID={} Token={}",
|
||||
poco_trace(Logger(), fmt::format("TokenValidation success for TID={} Token={}",
|
||||
TID, Utils::SanitizeToken(CallToken)));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user