We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d16af commit e07bfc7Copy full SHA for e07bfc7
1 file changed
src/Service/Manager.php
@@ -140,7 +140,7 @@ public function destroyToken($id, $store): void
140
if ($handle == 'file') {
141
$token = unserialize($this->decodeFileCache($key)['content']);
142
} else if ($handle == 'redis') {
143
- // todo
+ $token = $this->app->cache->get($key);
144
}
145
146
$token = $this->app->get('jwt.token')->parse($token);
0 commit comments