Ejemplo n.º 1
0
 public function start(UserInterface $user)
 {
     $this->cache->put($this->getCacheKey($user->getAccessToken()), $user->getKey(), Config::get('session.lifetime'));
 }