Add initial test for thing based authentication

This commit is contained in:
Simon Stürz 2025-10-24 16:25:59 +02:00
parent 662e313bd8
commit 3d884e7c06

View File

@ -348,6 +348,7 @@ UserManager::UserError UserManager::setUserScopes(const QString &username, Types
}
}
QString scopesString = Types::scopesToStringList(scopes).join(',');
QString allowedThingIdsString = Types::thingIdsToStringList(thingIds).join(',');