Go to file
SEAN 37ac854bc8 feat: 인증 페이지 API 연동 (회원가입/로그인/이메일 인증) (#7)
- 회원가입 API 연동 (POST /v1/in/auth/signup)
- 로그인 API 연동 (POST /v1/in/auth/login, next_action 분기)
- 이메일 인증 API 연동 (POST /v1/in/auth/email/verify, /resend)
- API 타입 swagger 스펙에 맞게 수정 (ApiResponse, auth types)
- User 타입 백엔드 AdminInfo 기반으로 변경
- authStore localStorage 영속화 (새로고침 시 인증 유지)
- Vite dev 프록시 설정 (/v1 → devspms)

Closes #7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 08:00:04 +09:00
react feat: 인증 페이지 API 연동 (회원가입/로그인/이메일 인증) (#7) 2026-02-27 08:00:04 +09:00
.gitignore [📝] GIT init 2025-12-03 14:24:07 +09:00
Jenkinsfile fix: Jenkinsfile 프론트 빌드 소스 복사 방식 수정 2026-02-26 16:22:48 +09:00
README.md [📝] GIT init 2025-12-03 14:24:07 +09:00

SPMS_BO