feat: 인증 페이지 API 연동 (회원가입/로그인/이메일 인증) #8
No reviewers
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_WEB#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/7-auth-api-integration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 작업 요약
인증 관련 페이지(회원가입, 로그인, 이메일 인증)에 실제 백엔드 API를 연동합니다.
🔗 관련 이슈
Closes #7
🛠️ 작업 내용
POST /v1/in/auth/signup호출, 409 이메일 중복 에러 처리POST /v1/in/auth/login호출,next_action분기 (GO_DASHBOARD/VERIFY_EMAIL/CHANGE_PASSWORD)POST /v1/in/auth/email/verify,POST /v1/in/auth/email/verify/resendApiResponse,auth types,User타입 수정/v1경로 → dev 서버로 프록시 (CORS 회피)📢 리뷰어 참고 사항
.env.development의VITE_API_BASE_URL빈 문자열로 변경 (프록시 사용)✅ 체크리스트