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: auth 관련 기능 구현 #236

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Conversation

lee-haeseung
Copy link
Contributor

#️⃣연관된 이슈

#228

📝작업 내용

refresh token을 통한 access token 재할당 구현
logout 시 refresh token blacklist 처리

🔎코드 설명 및 참고 사항

💬리뷰 요구사항

…Codiary into feature/#228-token-refresh

# Conflicts:
#	src/main/java/com/codiary/backend/domain/member/controller/MemberController.java
refresh token redis에 blacklist로 추가
기존에 로그아웃하면 DB에 blacklist 처리 진행했었음.
redis 활용하면서 해당 부분 삭제 처리
@lee-haeseung lee-haeseung added the ✨ Feature 기능 개발 label Oct 6, 2024
@lee-haeseung lee-haeseung self-assigned this Oct 6, 2024
Copy link
Member

@yumzen yumzen left a comment

Choose a reason for hiding this comment

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

로그아웃, 리프레시 토큰 재발급 모두 잘 구현하신 것 같습니다! 수고하셨습니다~

@ParkJh38 ParkJh38 merged commit 6322bc0 into develop Oct 7, 2024
1 check passed
Copy link
Contributor

@ParkJh38 ParkJh38 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@yumzen yumzen changed the title #228 auth 관련 기능 구현 Feat: auth 관련 기능 구현 Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants