Skip to content

Comments

feat : 세션 유효성 검사 api 추가(#102)#103

Merged
myqewr merged 1 commit intodevelopfrom
feature/#102
Apr 21, 2025
Merged

feat : 세션 유효성 검사 api 추가(#102)#103
myqewr merged 1 commit intodevelopfrom
feature/#102

Conversation

@myqewr
Copy link
Member

@myqewr myqewr commented Apr 21, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • session 유효성 검사 api 추가했습니다.
  • usecase 따로 두지 않고 controller 단에서 session 확인하고 응답값 반환하도록 했습니다.
  • 현재 로그인이나 세션 유효성 확인 모두 컨트롤러 단에서 세션을 다루고 있는데, 추후에 interface로 만들어서 usecase에서 다루는 것도 고려해보면 좋을 것 같습니다.

🔍 참고사항

📚 기타

@myqewr myqewr requested a review from hisonghy April 21, 2025 12:42
@myqewr myqewr self-assigned this Apr 21, 2025
resource(
ResourceSnippetParameters.builder()
.tag("회원")
.summary("소셜 회원가입 api")
Copy link
Member

Choose a reason for hiding this comment

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

summary(), description() 부분 "세션 유효성 검사" 관련한 내용으로 수정해야할 것 같아요 !

@myqewr myqewr merged commit 768b633 into develop Apr 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚡ 세션 유효성 판단 api 구현

2 participants