If the user is not logged in, the token will be an empty string
// We do not have any account system, so we just fake something up. ... if (token.isEmpty()) { token = QUuid::createUuid().toString();