From 8eae3a40c5e992ead1ee9096315e1c3d99c3b122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 13 Feb 2018 21:59:46 +0900 Subject: [PATCH] =?UTF-8?q?TTL=E3=81=AE=E8=AA=AC=E6=98=8E=E3=81=8C?= =?UTF-8?q?=E4=BB=98=E3=81=84=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/jwt.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jwt.php b/config/jwt.php index 9d942fb..efaaf22 100644 --- a/config/jwt.php +++ b/config/jwt.php @@ -33,7 +33,7 @@ return [ | */ - 'ttl' => 525600, + 'ttl' => 525600, // 1年 /* |-------------------------------------------------------------------------- @@ -47,7 +47,7 @@ return [ | */ - 'refresh_ttl' => 3153600, + 'refresh_ttl' => 3153600, // 6年 /* |--------------------------------------------------------------------------