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

[Feat/#85] 로그아웃 및 회원 탈퇴 API 구현 #86

Merged
merged 6 commits into from
Feb 5, 2024
Merged

Conversation

ahnsugyeong
Copy link
Member

@ahnsugyeong ahnsugyeong commented Feb 5, 2024

🔎 Description

로그아웃 및 회원 탈퇴 API를 구현하고, JWTAuthenticationFilter와 커스텀 어노테이션 @AuthMember 를 구현하여 사용자 인증을 진행하도록 했습니다.
Swagger에도 헤더에 토큰 포함하여 요청할 수 있도록 설정했습니다.

🔗 Related Issue

🏷️ What type of PR is this?

  • ✨ Feature
  • ♻️ Code Refactor
  • 🐛 Bug Fix
  • 🚑 Hot Fix
  • 📝 Documentation Update
  • 🎨 Style
  • ⚡️ Performance Improvements
  • ✅ Test
  • 👷 CI
  • 💚 CI Fix

@ahnsugyeong ahnsugyeong added feat Add new features or enhance existing ones. docs Update or improve project documentation. labels Feb 5, 2024
@ahnsugyeong ahnsugyeong self-assigned this Feb 5, 2024
@ahnsugyeong ahnsugyeong linked an issue Feb 5, 2024 that may be closed by this pull request
2 tasks
@ahnsugyeong ahnsugyeong merged commit 226d95b into develop Feb 5, 2024
@ahnsugyeong ahnsugyeong deleted the feat/85 branch February 5, 2024 16:12
@ahnsugyeong ahnsugyeong linked an issue Feb 5, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Update or improve project documentation. feat Add new features or enhance existing ones.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat/TAS-112] 로그아웃 및 회원 탈퇴 API 구현 [Feat/TAS-113] JwtTokenFilter 구현
1 participant