Compare commits
No commits in common. "ceb87fef15d1b3514a6c719bbbf0f4ba0f0bff35" and "3f1d0e388d1c0bbfde7abf31aa027dc5f1ba499f" have entirely different histories.
ceb87fef15
...
3f1d0e388d
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,7 +4,6 @@
|
|||
./publish/
|
||||
publish/
|
||||
./bin/
|
||||
/private/
|
||||
|
||||
|
||||
|
||||
|
@ -16,7 +15,6 @@ publish/
|
|||
*.swp
|
||||
|
||||
# macOS 관련 파일 제외
|
||||
._
|
||||
._*
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
|
|
|
@ -290,7 +290,6 @@ public class UserController : ControllerBase
|
|||
[CustomOperation("로그아웃", "사용자 로그아웃", "사용자")]
|
||||
public async Task<IActionResult> LogOut(string token, string refresh) //([FromBody] UserAll request)
|
||||
{
|
||||
// 로그아웃 하면 리프래시 토큰 만료 하는걸 넣어야 함
|
||||
/* */
|
||||
// var value = await ValidateToken(token, refresh);
|
||||
// _logger.LogInformation(value.uid);
|
||||
|
|
Loading…
Reference in New Issue
Block a user