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

test: LoginForm 테스트 및 쿠키 처리 로직 개선 #45

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

deipanema
Copy link
Owner

  • LoginForm.test.tsx에 테스트 추가
  • accessToken 추출 로직을 정규식 대신 getCookieValue 함수로 리팩토링
  • getCookieValue 함수를 통해 쿠키 값 가져오는 방식 개선

- hook ⇨ hooks로 폴더명 변경
- 로그인 로직을 React Query의 useMutation으로 리팩토링
- 로컬 로그인 오류 상태 관리 제거
- 로그인 실패 시 toast 알림을 통한 오류 처리 추가
- useSignup을 useAuth로 통합하여 인증 처리 통일
- LoginForm 컴포넌트를 새로운 useAuth 훅을 사용하도록 업데이트
- LoginForm.test.tsx에 테스트 추가
- accessToken 추출 로직을 정규식 대신 getCookieValue 함수로 리팩토링
- getCookieValue 함수를 통해 쿠키 값 가져오는 방식 개선
@deipanema deipanema self-assigned this Oct 30, 2024
Copy link

vercel bot commented Oct 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ieum-todo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2024 1:16pm

@deipanema deipanema merged commit 03a5dbc into main Oct 30, 2024
7 checks 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