Merge pull request 'main' (#28) from seonkyu.kim/AcaMate_API:main into debug
All checks were successful
Back/pipeline/head This commit looks good

Reviewed-on: https://git.ipstein.myds.me/AcaMate/AcaMate_API/pulls/28
This commit is contained in:
김선규 2025-02-25 15:32:48 +00:00
commit ceb87fef15
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

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

View File

@ -290,6 +290,7 @@ 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);