Authenticator
Everything under Quiote\Security\Auth\Authenticator.
Classes
Section titled “Classes”| Class | Description |
|---|---|
FormLoginAuthenticator | Verifies a username/password login POST via a UserProviderInterface/PasswordHasherInterface pair. |
HttpBasicAuthenticator | Decodes an Authorization: Basic header and verifies it against a UserProviderInterface/PasswordHasherInterface pair. |