[#71] feat: refresh 기반 access토큰 갱신 로직 구현#74
Merged
hyeonjinan096 merged 1 commit intodevfrom Apr 28, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #71
📝 작업 내용
액세스 토큰 만료 시, 리프레시 토큰으로 액세스 토큰 갱신
리프레시 토큰 만료 시, 로그아웃 및 로그인 페이지 이동
기존 로그아웃 로직 → /token/logout API 호출 방식으로 변경
(서버에서 리프레시 토큰, 쿠키 모두 삭제)
📍 기타 (선택)
추가 참고사항
현재 공지 API, 회사 API 사용 시 일부 에러 발생
해당 부분은 별도 이슈를 생성하거나, 백엔드 응답 포맷 변경 시 맞춰 수정 예정