UNPKG

586 BPlain TextView Raw
1 /*
2 |--------------------------------------------------------------------------
3 | User Provider
4 |--------------------------------------------------------------------------
5 |
6 | The following provider directlly uses Database query builder for fetching
7 | user details from the database for authentication.
8 |
9 | You can create multiple providers using the same underlying driver with
10 | different database tables.
11 |
12 */
13 user: {
14 implementation: DatabaseProviderContract<DatabaseProviderRow>,
15 config: DatabaseProviderConfig,
16 },