We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f402b commit 3115210Copy full SHA for 3115210
security/api_key_authentication.rst
@@ -582,16 +582,9 @@ current URL is before creating the token in ``createToken()``::
582
583
// ...
584
use Symfony\Component\HttpFoundation\Request;
585
- use Symfony\Component\Security\Http\HttpUtils;
586
587
class ApiKeyAuthenticator implements SimplePreAuthenticatorInterface
588
{
589
- protected $httpUtils;
590
-
591
- public function __construct(HttpUtils $httpUtils)
592
- {
593
- $this->httpUtils = $httpUtils;
594
- }
595
596
public function createToken(Request $request, $providerKey)
597
0 commit comments