Compare commits

..

No commits in common. "ceb87fef15d1b3514a6c719bbbf0f4ba0f0bff35" and "3f1d0e388d1c0bbfde7abf31aa027dc5f1ba499f" have entirely different histories.

2 changed files with 0 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,7 +4,6 @@
./publish/ ./publish/
publish/ publish/
./bin/ ./bin/
/private/
@ -16,7 +15,6 @@ publish/
*.swp *.swp
# macOS 관련 파일 제외 # macOS 관련 파일 제외
._
._* ._*
.DS_Store .DS_Store
.AppleDouble .AppleDouble

View File

@ -290,7 +290,6 @@ public class UserController : ControllerBase
[CustomOperation("로그아웃", "사용자 로그아웃", "사용자")] [CustomOperation("로그아웃", "사용자 로그아웃", "사용자")]
public async Task<IActionResult> LogOut(string token, string refresh) //([FromBody] UserAll request) public async Task<IActionResult> LogOut(string token, string refresh) //([FromBody] UserAll request)
{ {
// 로그아웃 하면 리프래시 토큰 만료 하는걸 넣어야 함
/* */ /* */
// var value = await ValidateToken(token, refresh); // var value = await ValidateToken(token, refresh);
// _logger.LogInformation(value.uid); // _logger.LogInformation(value.uid);