Merge pull request #6864 from HDVinnie/master

(Update) Auth Config
This commit is contained in:
David Bomba 2021-10-20 06:23:21 +11:00 committed by GitHub
commit bf6e93f8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,11 +104,13 @@ return [
'provider' => 'users', 'provider' => 'users',
'table' => 'password_resets', 'table' => 'password_resets',
'expire' => 60, 'expire' => 60,
'throttle' => 60,
], ],
'clients' => [ 'clients' => [
'provider' => 'clients', 'provider' => 'clients',
'table' => 'password_resets', 'table' => 'password_resets',
'expire' => 60, 'expire' => 60,
'throttle' => 60,
], ],
], ],