Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#92 [feat] 로그아웃 api 기능 구현 #107

Merged
merged 2 commits into from
Jan 12, 2024
Merged

#92 [feat] 로그아웃 api 기능 구현 #107

merged 2 commits into from
Jan 12, 2024

Conversation

KWY0218
Copy link
Member

@KWY0218 KWY0218 commented Jan 12, 2024

관련 이슈번호

해결하는 데 얼마나 걸렸나요? (예상 작업 시간 / 실제 작업 시간)

  • 20m / 20m

해결하려는 문제가 무엇인가요?

  • 로그아웃 api 기능 구현

어떻게 해결했나요?

  • 현재 토큰 관리를 하지 않기 때문에 로직이 매우 간단합니다.

@KWY0218 KWY0218 added the feat label Jan 12, 2024
@KWY0218 KWY0218 requested review from hellozo0 and pkl0912 January 12, 2024 07:44
@KWY0218 KWY0218 self-assigned this Jan 12, 2024
Copy link
Member

@hellozo0 hellozo0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~!

@@ -140,4 +142,16 @@ public SuccessNonDataResponse verifyCode(@RequestBody VerifyCodeRequestDto verif
return SuccessNonDataResponse.success(VERIFICATION_CODE_MATCH_SUCCESS);
}

@Operation(summary = "로그아웃 API", description = "로그아웃 API")
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "로그아웃 성공입니다."),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p3 :
여기에 401 에러가 추가되면 좋을것같아요~! ( 스웨거에 적용될 에러 경우 )

Copy link
Contributor

@pkl0912 pkl0912 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!!

@KWY0218 KWY0218 merged commit 1836c8d into develop Jan 12, 2024
1 check passed
@KWY0218 KWY0218 deleted the feat/#92 branch January 12, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 로그아웃 api 구현
3 participants