mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Fixing token revocatiopn/
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OpenWifi {
|
||||
std::cout << __func__ << " : " << __LINE__ << std::endl;
|
||||
RevocationDate = 0 ;
|
||||
std::cout << __func__ << " : " << __LINE__ << std::endl;
|
||||
std::string St2{"SELECT " + AllTokensValuesForSelect + " From Tokens WHERE Token=?"};
|
||||
std::string St2{"SELECT " + AllTokensFieldsForSelect + " From Tokens WHERE Token=?"};
|
||||
std::cout << __func__ << " : " << __LINE__ << std::endl;
|
||||
Select << ConvertParams(St2),
|
||||
Poco::Data::Keywords::into(UInfo.webtoken.access_token_),
|
||||
|
||||
Reference in New Issue
Block a user