Протестирована логика подписи access_token и refresh_token, добавлены базовые скоупы, подчищен проект

This commit is contained in:
ErickSkrauch
2016-02-23 00:49:46 +03:00
parent f5f93ddef1
commit 1c6ba30abf
26 changed files with 318 additions and 357 deletions

View File

@@ -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) {