diff --git a/config/auth.php b/config/auth.php index d5b95c67..5b4e5537 100644 --- a/config/auth.php +++ b/config/auth.php @@ -31,7 +31,7 @@ | users are actually retrieved out of your database or other storage | mechanisms used by this application to persist your user's data. | - | Supported: "session" + | Supported: "session", "token" | */ @@ -42,7 +42,8 @@ ], // 'api' => [ - + // 'driver' => 'token', + // 'source' => 'users', // ], ],