This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Added
-
#41 allows users to provide an application-specific PDO service name to use
with thePdoDatabase
user repository implementation, instead of connection
parameters. This allows re-use of an existing PDO connection. To configure it:return [ 'authentication' => [ 'pdo' => [ 'service' => 'name-of-existing-PDO-service', 'table' => 'name-of-table-to-use', 'field' => [ 'identity' => 'name-of-field-containing-identity', 'password' => 'name-of-field-containing-password-hash', ], ], ], ];
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.