diff --git a/config/auth.php b/config/auth.php index d8c6cee..1fe5970 100644 --- a/config/auth.php +++ b/config/auth.php @@ -40,6 +40,12 @@ return [ 'driver' => 'session', 'provider' => 'users', ], + + 'api' => [ + 'driver' => 'token', + 'provider' => 'users', + 'hash' => false + ], ], /*