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

🔖 release: 2.3.0 #230

Merged
merged 15 commits into from
Oct 28, 2024
Merged

🔖 release: 2.3.0 #230

merged 15 commits into from
Oct 28, 2024

Conversation

rkdcodus
Copy link
Collaborator

No description provided.

rkdcodus and others added 15 commits October 14, 2024 04:27
만료 시 모달이 뜨자마자 소개페이지로 이동하는 것을 막기 위함
5초마다 memberId api 요청 코드 대체
✨feat: 날짜와 상관없이 공개/비공개 설정 기능 구현
after:
1. 로그인 만료 발생 (5초마다 확인)
2.  memberId 가져오는 useQuery를 refetch
3. 401 에러 발생
4. 에러 메시지 담은 모달 실행
5. 확인 버튼으로 소개페이지 이동

문제점 : 5초라는 짧은 주기로 사용자 인터페이스이 느려질 수 있음. 로그인 만료 메시지가 아님.

before:
1. 로그인 만료 발생 (1분마다 확인)
2. 로그아웃 시키기
3. 로그인 만료 메시지 담은 모달 실행
4. 확인 버튼으로 소개페이지 이동
expDate, setExpDate 추가
기존의 getTokenExpirationDate 함수를 리팩토링.
인수가 반드시 필요한 것은 아니며 있을 경우 소개페이지 이동 코드 실행되지 않음.
🔨 fix: 로그인 만료 로직 변경
@rkdcodus rkdcodus merged commit 513fd22 into release Oct 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant