Provider
Everything under Quiote\Security\Auth\Provider.
Classes
Section titled “Classes”| Class | Description |
|---|---|
CallableUserProvider | Delegates identity/claim resolution to app-supplied callables, for lookups that don’t fit InMemoryUserProvider’s static list or PdoUserProvider’s single-table convention (e.g. |
InMemoryUserProvider | A config-driven UserProviderInterface, for apps with a small, static user list (the security.xml <provider type="in_memory"> shape). |
PdoUserProvider | Resolves identities from a single users table via the framework’s DatabaseManager, matching the security.xml <provider type="pdo" connection="main" table="users" identifier-column="email" password-column="password_hash"> shape. |