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] JWT 토큰 갱신 API 구현 #62

Closed
2 tasks
sangil7 opened this issue Jan 21, 2025 · 0 comments · Fixed by #94
Closed
2 tasks

[FEAT] JWT 토큰 갱신 API 구현 #62

sangil7 opened this issue Jan 21, 2025 · 0 comments · Fixed by #94
Assignees
Labels
✨ Feature 새로운 기능 추가

Comments

@sangil7
Copy link
Collaborator

sangil7 commented Jan 21, 2025

어떤 기능인가요?

토큰 만료 시, 리프레시 토큰을 사용하여 갱신합니다.

작업 상세 내용

  • 만료된 토큰을 갱신하는 API. POST /api/auth/token/refresh
  • 만료된 토큰을 받아 검증 후, JWT 토큰을 새로 발급하여 프론트엔드로 전달

기타

기타 사항을 작성해 주세요

@sangil7 sangil7 added the ✨ Feature 새로운 기능 추가 label Jan 21, 2025
@sangil7 sangil7 self-assigned this Jan 21, 2025
sangil7 added a commit that referenced this issue Jan 26, 2025
- JWT 토큰 갱신 로직 추가
- Redis 기반 RefreshToken TTL 설정
- 신규 JWT 토큰 발급 기능 구현
- RefreshToken 만료 시 재로그인 요구 처리 로직 추가
@sangil7 sangil7 linked a pull request Jan 26, 2025 that will close this issue
4 tasks
sangil7 added a commit that referenced this issue Jan 26, 2025
[FEAT] JWT 토큰 갱신 API 구현 (#62)
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 a pull request may close this issue.

1 participant