Skip to content

Conversation

@ysw789
Copy link
Member

@ysw789 ysw789 commented Feb 11, 2025

[feat] 토큰 재발급 API 구현

Issue

변경 내용

  • 토큰 재발급 요청 API 구현

구현 사항

  • 토큰 재발급 경로에 대해 인증 상태 요구 -> JwtFilter를 거쳐 재발급 처리 (토큰 검증 간소화)
  • 토큰 신규 발급과 동시에 이미 발급되어있는 사용자의 토큰 만료 처리 (Token Rotation)
  • Response Header를 통해 토큰 응답

- 관련 엔드포인트 추가
- 토큰 재발급 경로에 대해 인증 상태 요구 -> JwtFilter를 거쳐 재발급 처리 (토큰 검증 로직 간소화)
@ysw789 ysw789 added the FEAT label Feb 11, 2025
@ysw789 ysw789 requested review from dohy-eon and hodoon February 11, 2025 06:48
@ysw789 ysw789 self-assigned this Feb 11, 2025
@ysw789 ysw789 linked an issue Feb 11, 2025 that may be closed by this pull request
@hodoon
Copy link
Collaborator

hodoon commented Feb 12, 2025

토큰은 access토큰만 쓰는건가요?

@ysw789
Copy link
Member Author

ysw789 commented Feb 12, 2025

토큰은 access토큰만 쓰는건가요?

Access, Refresh 둘 다 있습니다

@ysw789 ysw789 merged commit f285310 into dev Feb 12, 2025
1 check passed
@ysw789 ysw789 deleted the feat/#20 branch February 12, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 토큰 재발급 API 구현

3 participants