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

[Fix/94] jwt 토큰 만료 에러 수정 #107

Merged
merged 17 commits into from
Oct 14, 2024
Merged

[Fix/94] jwt 토큰 만료 에러 수정 #107

merged 17 commits into from
Oct 14, 2024

Conversation

Eunjin3395
Copy link
Member

@Eunjin3395 Eunjin3395 commented Oct 14, 2024

🚀 개요

jwt 토큰 만료 에러 수정

🔍 변경사항

  • 프론트 토큰 재발급 api 요청 코드 추가
  • 프론트 connection-jwt-error, jwt-expired-error event listener 추가
  • 서버 connection-jwt-error, jwt-expired-error event emitter 추가
  • 서버 connection-update-token event listener 추가
  • 서버 request token 데이터 업데이트 미들웨어 추가
  • 서버 jwt 검증 미들웨어 추가

⏳ 작업 내용

  • 프론트 토큰 재발급 api 요청 코드 추가
  • 프론트 connection-jwt-error, jwt-expired-error event listener 추가
  • 서버 connection-jwt-error, jwt-expired-error event emitter 추가
  • 서버 connection-update-token event listener 추가
  • 서버 request token 데이터 업데이트 미들웨어 추가
  • 서버 jwt 검증 미들웨어 추가

📝 논의사항

@Eunjin3395 Eunjin3395 requested a review from rimi3226 October 14, 2024 05:54
@Eunjin3395 Eunjin3395 self-assigned this Oct 14, 2024
@Eunjin3395 Eunjin3395 linked an issue Oct 14, 2024 that may be closed by this pull request
5 tasks
@Eunjin3395 Eunjin3395 merged commit 8e05a76 into develop Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [Fix] jwtError 버그 수정
1 participant