diff --git a/security/custom_authentication_provider.rst b/security/custom_authentication_provider.rst index 24856c151ee..a1732e8f08b 100644 --- a/security/custom_authentication_provider.rst +++ b/security/custom_authentication_provider.rst @@ -203,7 +203,6 @@ the ``PasswordDigest`` header value matches with the user's password:: use Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; use Symfony\Component\Security\Core\Exception\AuthenticationException; - use Symfony\Component\Security\Core\Exception\NonceExpiredException; use Symfony\Component\Security\Core\User\UserProviderInterface; class WsseProvider implements AuthenticationProviderInterface