-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Refactor] 토큰 관리 방식 변경 #34
Conversation
if (request.getCookies() == null) { | ||
return Optional.empty(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
request.getCookies()가 null이라면 for문을 순환하지 않아서 불필요한 부분인 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
💡 연관된 이슈
close #33
📝 작업 내용
UserReader 관련 로직 변경
리프레시 토큰은 set-cookie 헤더에 넣어 보낸다
리프레시 토큰은 서버에서 관리하도록 변경
💬 리뷰 요구 사항