@@ -1,9 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | namespace Germania\PermanentAuth; |
| 3 | 3 | |
| 4 | -use Germania\PermanentAuth\Exceptions\RequestException; |
|
| 5 | 4 | use Germania\PermanentAuth\AuthUserInterface; |
| 6 | - |
|
| 7 | 5 | use Psr\Http\Message\ServerRequestInterface as Request; |
| 8 | 6 | use Psr\Http\Message\ResponseInterface as Response; |
| 9 | 7 | use Psr\Log\LoggerInterface; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace Germania\PermanentAuth; |
| 3 | 3 | |
| 4 | 4 | use Psr\Log\LoggerInterface; |
| 5 | -use Psr\Log\NullLogger; |
|
| 6 | 5 | |
| 7 | 6 | /** |
| 8 | 7 | * This Callable finds on the server-side the user ID for a given selector and token pair. |