Skip to content

[REFACTOR] Refresh Token 재발급 및 Rotation 로직 정비 - #566

Merged
GiJungPark merged 2 commits into
devfrom
refactor/#557
Jul 31, 2026
Merged

[REFACTOR] Refresh Token 재발급 및 Rotation 로직 정비#566
GiJungPark merged 2 commits into
devfrom
refactor/#557

Conversation

@GiJungPark

@GiJungPark GiJungPark commented Jul 30, 2026

Copy link
Copy Markdown
Member

Related Issue

Key Changes

  • Refresh Token의 저장, 조회, Rotation, 삭제 책임을 TokenService로 통합하고 AuthApplicationRefreshTokenRepository 직접 의존을 제거했습니다. (89331707)
  • Refresh Token에 UUID 기반 jti를 부여해 같은 초에 연속 발급하더라도 토큰 문자열이 고유하도록 보장했습니다. Access Token의 클레임과 문자열 형식은 변경하지 않았습니다. (59c3e462)
  • 정상 재발급과 토큰 Rotaion, 만료, 변조, 잘못된 유형, 미저장 토큰 예외를 검증하고, 회전 후 기존 토큰 재사용 거부와 신규 토큰 저장 및 재사용 가능 여부를 저장소 상태 기반으로 확인했습니다. (89331707, 59c3e462)

To Reviewers

References

@GiJungPark GiJungPark changed the title [REFACTOR] Refresh Token 재발급 및 회전 로직 정비 [REFACTOR] Refresh Token 재발급 및 Rotation 로직 정비 Jul 31, 2026
@GiJungPark
GiJungPark marked this pull request as ready for review July 31, 2026 01:09
@github-actions
github-actions Bot requested review from ljy1348 and sansan20535 July 31, 2026 01:09

@ljy1348 ljy1348 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

확인했습니다

@GiJungPark
GiJungPark merged commit 1c25149 into dev Jul 31, 2026
2 checks 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.

[REFACTOR] Refresh Token 재발급 및 회전 로직 정비

2 participants