mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Протестирована логика подписи access_token и refresh_token, добавлены базовые скоупы, подчищен проект
This commit is contained in:
@@ -20,7 +20,7 @@ class Key {
|
||||
}
|
||||
|
||||
public function getValue() {
|
||||
return $this->getRedis()->get(json_decode($this->key));
|
||||
return json_decode($this->getRedis()->get($this->key), true);
|
||||
}
|
||||
|
||||
public function setValue($value) {
|
||||
|
Reference in New Issue
Block a user