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

페이지 기능: 로그인 이후 로그인 만료, 로그인 연장 처리 #179

Closed
5 tasks done
seoye0ng opened this issue Feb 19, 2024 · 0 comments · Fixed by #182 or #191
Closed
5 tasks done

페이지 기능: 로그인 이후 로그인 만료, 로그인 연장 처리 #179

seoye0ng opened this issue Feb 19, 2024 · 0 comments · Fixed by #182 or #191
Assignees
Labels
✨ Feature 기능 개발

Comments

@seoye0ng
Copy link
Collaborator

seoye0ng commented Feb 19, 2024

어떤 기능인가요?

로그인 이후 로그인 만료, 로그인 연장 처리

작업 상세 내용

  • 로그인 시 15분마다 토큰 인증 post 요청 훅 제작
  • jwt 토큰을 헤더 Authentication에 담아 post 요청후 responsebody에 새로운 토큰 응답
  • 응답에 따라 실패 시 로그아웃, 성공 시 다시 쿠키에 넣어주기
  • 새로고침시에도 동작하도록 설정
  • 로그아웃 커스텀 훅 제작

참고할만한 자료(선택)

@seoye0ng seoye0ng added the ✨ Feature 기능 개발 label Feb 19, 2024
@seoye0ng seoye0ng self-assigned this Feb 19, 2024
seoye0ng added a commit that referenced this issue Feb 20, 2024
seoye0ng added a commit that referenced this issue Feb 20, 2024
seoye0ng added a commit that referenced this issue Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment