diff --git a/config/auth.php b/config/auth.php index cb19289..9fba49e 100644 --- a/config/auth.php +++ b/config/auth.php @@ -45,6 +45,11 @@ 'driver' => 'token', 'provider' => 'admins', ], + + 'remote' => [ + 'driver' => 'token', + 'provider' => 'providers', + ], ], /* @@ -75,6 +80,11 @@ 'model' => App\Models\Admin\Admin::class, ], + 'providers' => [ + 'driver' => 'eloquent', + 'model' => App\Models\Provider::class, + ], + // 'users' => [ // 'driver' => 'database', // 'table' => 'users',