Skip to content

Authenticator

Everything under Quiote\Security\Auth\Authenticator.

ClassDescription
FormLoginAuthenticatorVerifies a username/password login POST via a UserProviderInterface/PasswordHasherInterface pair.
HttpBasicAuthenticatorDecodes an Authorization: Basic header and verifies it against a UserProviderInterface/PasswordHasherInterface pair.