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/#445 preCheckAccessToken 로직 변경 #456

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Fix/#445 preCheckAccessToken 로직 변경 #456

merged 2 commits into from
Sep 27, 2023

Conversation

ukkodeveloper
Copy link
Collaborator

📝작업 내용

문제 상황

  • 이전 과정
    • 인증이 필요없는 요청
    • refresh 만료로 인해 토큰 갱신과정에서 401 발생
    • error 발생 후 로그인하라는 모달 띄워준다.

문제는 인증이 필요한 요청임에도 로그인 모달을 띄워주고, 본 요청이 실행되지 않습니다. 이를 막기 위해 코드를 수정했습니다.

  • 변경 이후
    • 인증이 필요없는 요청
    • refresh 만료로 인해 토큰 갱신과정에서 실패
    • access token 삭제
    • 본 요청 발생

#️⃣연관된 이슈

close #445

@ukkodeveloper ukkodeveloper added 🦋 Bug 🚨 버그 발생! 🚨 [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호! labels Sep 25, 2023
@ukkodeveloper ukkodeveloper self-assigned this Sep 25, 2023
@github-actions
Copy link

github-actions bot commented Sep 25, 2023

Unit Test Results

  82 files    82 suites   10s ⏱️
313 tests 313 ✔️ 0 💤 0
316 runs  316 ✔️ 0 💤 0

Results for commit ccd5c85.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@Creative-Lee Creative-Lee left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~
별도로 설명 한번 부탁드려요!

@ukkodeveloper ukkodeveloper merged commit 7625bdb into main Sep 27, 2023
@ukkodeveloper ukkodeveloper deleted the fix/#455 branch September 27, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦋 Bug 🚨 버그 발생! 🚨 [ 🌞 FE ] 프론트엔드 크루들의 빛나는 개발 이야기 하나둘셋 호!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants