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

[HOTFIX/#400] TokenRefresher 훅 추가 #401

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

pepperdad
Copy link
Member

@pepperdad pepperdad commented Sep 11, 2024

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

  1. API 스펙이 변경되며 기존의 존재하는 만료된 엑세스 토큰을 함께 넣어서 요청을 보내면 500에러가 발생하고 있는 상황입니다.
    따라서, 인터셉터로 500에러 발생시 토큰을 제거하는 작업을 진행하였습니다.

📢 To Reviewers

📸 스크린샷

🔗 참고 자료

@github-actions github-actions bot added 🚑 !HOTFIX 긴급한 수정(핫픽스) 🚀 API API ✨ FEAT 기능 구현 labels Sep 11, 2024
Copy link

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

Copy link

Copy link
Contributor

@imddoy imddoy left a comment

Choose a reason for hiding this comment

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

어푸

@pepperdad pepperdad merged commit ca82362 into develop Sep 11, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚑 !HOTFIX 긴급한 수정(핫픽스) 🚀 API API ✨ FEAT 기능 구현
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Bug ] API 요청시 발생하는 에러 핸들링 로직 추가
2 participants