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: 토큰 만료 후 인증이 필요한 서비스에 접근시 자동 로그아웃 되는 기능을 구현한다 #554

Merged
merged 23 commits into from
Aug 17, 2023

Conversation

kyw0716
Copy link
Member

@kyw0716 kyw0716 commented Aug 17, 2023

📄 Summary

  • sessionStorage에 유저 토큰이 존재하지만 인증이 필요한 서비스에 접근했을 때 401 에러가 발생하는 경우 이를 처리하는 기능을 개발한다.
  • sessionStorage에 있는 유저 토큰 및 유저 정보를 지운다.
  • 전역 상태에 존재하는 유저 토큰 및 유저 정보를 지운다.

🕰️ Actual Time of Completion

5시간

🙋🏻 More

아직 차량 등록에 대한 접근에만 강제 로그아웃이 되고 있습니다

close #543

- 멤버 토큰 삭제 기능 개선
- 멤버 정보 삭제 기능 추가

[#543]
- useServerStationFilterStoreActions

[#543]
- 첫 화면 로딩 시 로그인 되어 있다면 "로그인 되었습니다" 토스트 표시
- 첫 화면 로딩 시 로그인 되어 있지 않다면 아무런 토스트도 표시하지 않음

[#543]
@kyw0716 kyw0716 self-assigned this Aug 17, 2023
@kyw0716 kyw0716 temporarily deployed to test August 17, 2023 01:27 — with GitHub Actions Inactive
@kyw0716 kyw0716 added FE 프론트엔드 관련 이슈입니다 🌱 기능추가 새로운 기능 요청입니다 labels Aug 17, 2023
@kyw0716 kyw0716 changed the title 543 토큰 만료시 자동 로그아웃 되는 기능을 구현한다 feat: 토큰 만료 후 인증이 필요한 서비스에 접근시 자동 로그아웃 되는 기능을 구현한다 Aug 17, 2023
@kyw0716 kyw0716 merged commit 89ed6dd into develop Aug 17, 2023
3 checks passed
@kyw0716 kyw0716 deleted the feat/543 branch August 17, 2023 01:28
@github-actions
Copy link

🚀storybook: https://storybook.carffe.in/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈입니다 🌱 기능추가 새로운 기능 요청입니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

토큰 만료시 자동 로그아웃 되는 기능을 구현한다
3 participants