From ffc4bb06781f4b45574d6507487d93825373262f Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Wed, 3 Jan 2024 08:39:04 +0100 Subject: [PATCH] try to unlimit connexion --- config/auth.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/auth.php b/config/auth.php index 9548c15..7a4d5bc 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, + ], ], /*