wip: synchro

This commit is contained in:
2022-05-07 02:22:28 +02:00
parent 9935af0497
commit 811798e23f
14 changed files with 315 additions and 43 deletions

View File

@@ -40,11 +40,7 @@ class MachineTokenStorage
]);
}
dump($this->accessToken);
return $this->accessToken;
//return unserialize($this->chillRedis->get(self::KEY));
}
public function storeToken(AccessToken $token): void