Add initial test for thing based authentication
This commit is contained in:
parent
662e313bd8
commit
3d884e7c06
@ -348,6 +348,7 @@ UserManager::UserError UserManager::setUserScopes(const QString &username, Types
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString scopesString = Types::scopesToStringList(scopes).join(',');
|
QString scopesString = Types::scopesToStringList(scopes).join(',');
|
||||||
QString allowedThingIdsString = Types::thingIdsToStringList(thingIds).join(',');
|
QString allowedThingIdsString = Types::thingIdsToStringList(thingIds).join(',');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user