diff --git a/config/sanctum.php b/config/sanctum.php index 194cceb0d6..c65fa32064 100644 --- a/config/sanctum.php +++ b/config/sanctum.php @@ -36,7 +36,7 @@ return [ | */ - 'guard' => ['web'], + 'guard' => [env('AUTHENTICATION_GUARD', 'web')], /* |--------------------------------------------------------------------------