feat(auth): 데모 로그인 연동 및 회원가입 화면 추가#42
Merged
Merged
Conversation
- Zustand authStore로 데모 계정(mini@naver.com / 1234) 로그인 처리 - 로그인 성공 시 /dashboard 이동, 실패 시 에러 메시지 표시 - RequireAuth로 보호된 라우트 구성 (비로그인 시 로그인으로 리다이렉트) - AppLayout 상단바를 로그인한 사용자 정보로 교체, 로그아웃 버튼 추가 - AUTH-001과 톤을 맞춘 SignupPage 신규 추가 (필드 검증, 로그인↔회원가입 상호 링크) - 담당자 이름을 김경민으로 전체 통일 - 회원가입 완료 시 로그인 화면에 성공 배너 표시 Closes #41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
mini@naver.com/1234)으로 실제 로그인 동작, 실패 시 에러 메시지RequireAuth로 보호 라우트 구성 (비로그인 시/로 리다이렉트)검증
npm run lint/npm run test(47 tests) /npm run build통과관련 Issue
Closes #41
Test plan