From 769e19dc4ab1a068e8165a7b237f42a78a6d312f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 29 Mar 2015 10:53:10 +0200 Subject: Move API stuff in ApiBundle --- .../Authentication/Token/WsseUserToken.php | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php (limited to 'src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php') diff --git a/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php b/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php deleted file mode 100644 index ea6fb9bf..00000000 --- a/src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php +++ /dev/null @@ -1,23 +0,0 @@ -setAuthenticated(count($roles) > 0); - } - - public function getCredentials() - { - return ''; - } -} -- cgit v1.2.3