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

[FEATURE] 토큰 만료 시 로그아웃 처리 #210

Open
3 tasks
godeka opened this issue May 10, 2024 · 0 comments
Open
3 tasks

[FEATURE] 토큰 만료 시 로그아웃 처리 #210

godeka opened this issue May 10, 2024 · 0 comments
Assignees
Labels
✨ Feature 기능 개발 🥈 Urgency 2 중간 우선순위

Comments

@godeka
Copy link

godeka commented May 10, 2024

어떤 기능인가요?

유저가 직접 로그아웃하지 않고, 로그인 시 발급받은 토큰이 만료되는 경우도 똑같이
기기에서 토큰 삭제, 로그인/회원가입 외 페이지 접근 제한하도록 처리한다.

(어떻게 만료를 체크? - 토큰 필요한 api 요청 시 실패하면! / 웹소켓 통신할 때는 getUserDetail() 호출하여 간접적으로 체크)

작업 상세 내용

  • 로그아웃 처리 함수 만들기
  • http 응답에서 토큰 만료로 인한 실패가 반환되면 로그아웃 처리 함수 호출
  • 웹소켓 통신의 경우 getUserDetail() 실패하면 아예 요청하지 않도록.

참고할만한 자료(선택)

@godeka godeka added ✨ Feature 기능 개발 🥈 Urgency 2 중간 우선순위 labels May 10, 2024
@godeka godeka self-assigned this May 10, 2024
@godeka godeka closed this as completed May 14, 2024
@godeka godeka reopened this May 14, 2024
@godeka godeka changed the title [FEATURE] 유저 로그인 상태 유지하기 [FEATURE] 토큰 만료 시 로그인 페이지로 이동 May 14, 2024
@godeka godeka changed the title [FEATURE] 토큰 만료 시 로그인 페이지로 이동 [FEATURE] 토큰 만료 시 로그아웃 처리 May 15, 2024
@godeka godeka closed this as completed May 24, 2024
@godeka godeka reopened this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🥈 Urgency 2 중간 우선순위
Projects
None yet
Development

No branches or pull requests

1 participant