From 210879fa6e2825d8e06d9dfab858d200d12a4ba8 Mon Sep 17 00:00:00 2001 From: kyoya0819 Date: Fri, 30 Aug 2024 02:40:22 +0900 Subject: [PATCH] =?UTF-8?q?Sanctum=E5=B0=8E=E5=85=A5=E3=81=AB=E4=BC=B4?= =?UTF-8?q?=E3=81=86CORS=E3=81=AE=E8=A8=AD=E5=AE=9A=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config/cors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config/cors.php b/backend/config/cors.php index 8a39e6d..94f07be 100644 --- a/backend/config/cors.php +++ b/backend/config/cors.php @@ -29,6 +29,6 @@ 'max_age' => 0, - 'supports_credentials' => false, + 'supports_credentials' => true, ];