mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-11-01 11:17:51 +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;
|
Expired = (WT.created_ + WT.expires_in_) < now;
|
||||||
if (StorageService()->UserDB().GetUserById(UserId, UInfo.userinfo)) {
|
if (StorageService()->UserDB().GetUserById(UserId, UInfo.userinfo)) {
|
||||||
UInfo.webtoken = WT;
|
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)));
|
TID, Utils::SanitizeToken(CallToken)));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user