From 41c7e3a81434dd91042bf119c3d1af6efaa5b784 Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Wed, 26 Feb 2025 00:32:16 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7=F0=9F=8F=BB]=20=EA=B9=83=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: seonkyu.kim --- .gitignore | 1 + Program/V1/Controllers/UserController.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 21ad1fe..0a9fcf5 100755 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ publish/ *.swp # macOS 관련 파일 제외 +._ ._* .DS_Store .AppleDouble diff --git a/Program/V1/Controllers/UserController.cs b/Program/V1/Controllers/UserController.cs index 00b165d..a95bd46 100644 --- a/Program/V1/Controllers/UserController.cs +++ b/Program/V1/Controllers/UserController.cs @@ -290,6 +290,7 @@ public class UserController : ControllerBase [CustomOperation("로그아웃", "사용자 로그아웃", "사용자")] public async Task LogOut(string token, string refresh) //([FromBody] UserAll request) { + // 로그아웃 하면 리프래시 토큰 만료 하는걸 넣어야 함 /* */ // var value = await ValidateToken(token, refresh); // _logger.LogInformation(value.uid);