From 94a9fd6db5ed92b3d405c658077380d996687496 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Tue, 14 Mar 2017 23:57:13 +0100 Subject: [PATCH] amend, better to sleep sometimes... --- src/MetaTech/Silex/Ws/Authentication.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MetaTech/Silex/Ws/Authentication.php b/src/MetaTech/Silex/Ws/Authentication.php index bc38f81..3a2b2db 100644 --- a/src/MetaTech/Silex/Ws/Authentication.php +++ b/src/MetaTech/Silex/Ws/Authentication.php @@ -145,8 +145,6 @@ class Authentication $user = $this->session->get('user'); // done : lets controller takes hand if (!is_null($user) && $user->key == $token->getIdent()) { - $user->wskey = $token->getValue(); - $this->session->set('user', $user); return; } else {