@@ -13,13 +13,13 @@ |
||
| 13 | 13 | |
| 14 | 14 | namespace OAuth2Framework\Component\ClientAuthentication; |
| 15 | 15 | |
| 16 | -use Psr\Http\Server\RequestHandlerInterface; |
|
| 17 | -use Psr\Http\Server\MiddlewareInterface; |
|
| 18 | 16 | use OAuth2Framework\Component\Core\Client\Client; |
| 19 | 17 | use OAuth2Framework\Component\Core\Client\ClientRepository; |
| 20 | 18 | use OAuth2Framework\Component\Core\Exception\OAuth2Exception; |
| 21 | 19 | use Psr\Http\Message\ResponseInterface; |
| 22 | 20 | use Psr\Http\Message\ServerRequestInterface; |
| 21 | +use Psr\Http\Server\MiddlewareInterface; |
|
| 22 | +use Psr\Http\Server\RequestHandlerInterface; |
|
| 23 | 23 | |
| 24 | 24 | class ClientAuthenticationMiddleware implements MiddlewareInterface |
| 25 | 25 | { |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | namespace OAuth2Framework\Bundle; |
| 15 | 15 | |
| 16 | 16 | use OAuth2Framework\Bundle\DependencyInjection\OAuth2FrameworkExtension; |
| 17 | -use Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension; |
|
| 18 | 17 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 19 | 18 | use Symfony\Component\HttpKernel\Bundle\Bundle; |
| 20 | 19 | |