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

[BUG] 토큰 만료시 로그아웃이 안되고 401에러만 뜸 #56

Open
rosieyeon opened this issue Feb 5, 2022 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@rosieyeon
Copy link
Contributor

rosieyeon commented Feb 5, 2022

🐛 버그 설명

  • jwt 토큰은 24시간이 지나면 만료됨
  • 로그아웃하지 않고 창을 끄고, 24시간이 지나서 다시 접속하면 401 에러 발생
  • 로그인해야 들어갈 수 있는 화면은 전부 로딩되지만, 정보가 불러와지지 않음
  • isLogin 함수는 localStorage에 토큰이 있냐 없냐로 로그인 유무를 판한다는데, jwt토큰이 localStorage에 존재하지만 기한이 만료되어 유효하지 않은 토큰이므로 정상적으로 api 호출이 불가능해짐

🛠 해결 아이디어

  • 토큰 시간을 7일로 늘리고, 토큰 만료시 다시 로그인해달라는 팝업과 함께 로그인창으로 이동
  • 토큰 유효기간은 백에 문의해서 해결할 예정 → ✅ 해결완료
  • 다시 로그인 페이지로 로딩은 우리가 해결해야함🥺

✨ 기타 의견
다른 아이디어 있을까요?

@rosieyeon rosieyeon added the bug Something isn't working label Feb 5, 2022
@rosieyeon rosieyeon added this to the 로그인/회원 가입 milestone Feb 5, 2022
@rosieyeon rosieyeon self-assigned this Feb 5, 2022
@rosieyeon rosieyeon reopened this Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants