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

Commits on Aug 16, 2023

  1. refactor: 로그아웃 메서드 수정

    - 멤버 토큰 삭제 기능 개선
    - 멤버 정보 삭제 기능 추가
    
    [#543]
    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    865e107 View commit details
    Browse the repository at this point in the history
  2. feat: fetch 추상화 유틸 구현

    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4c82f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fbeee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d7bbd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b542f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12dd22c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00a35d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80c221b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e57869 View commit details
    Browse the repository at this point in the history
  10. fix: 타입 에러 수정

    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c5309b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9247b23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ab968b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    043fcb8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f9d26a View commit details
    Browse the repository at this point in the history
  15. refactor: console.log 삭제

    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    776c336 View commit details
    Browse the repository at this point in the history
  16. refactor: useServerStationFilterActions 객체명 수정

    - useServerStationFilterStoreActions
    
    [#543]
    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4d8e2ec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1d3896f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8107727 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2fb68ee View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0cd8d1d View commit details
    Browse the repository at this point in the history
  21. refactor: 로그인 여부 판별 로직 수정

    - 첫 화면 로딩 시 로그인 되어 있다면 "로그인 되었습니다" 토스트 표시
    - 첫 화면 로딩 시 로그인 되어 있지 않다면 아무런 토스트도 표시하지 않음
    
    [#543]
    kyw0716 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7adfcbe View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    a84548b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac1ba9 View commit details
    Browse the repository at this point in the history