Skip to content

Provider

Everything under Quiote\Security\Auth\Provider.

ClassDescription
CallableUserProviderDelegates 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.
InMemoryUserProviderA config-driven UserProviderInterface, for apps with a small, static user list (the security.xml <provider type="in_memory"> shape).
PdoUserProviderResolves 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.