We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa56dc0 commit 0584401Copy full SHA for 0584401
README.md
@@ -1,4 +1,4 @@
1
-# SSOUL 프로젝트 인수인계 문서
+# SSOUL Ai 칵테일 추천&정보 커뮤니티
2
3
## 프로젝트 개요
4
@@ -64,7 +64,7 @@ src/
64
65
### 1. 인증 시스템
66
- **소셜 로그인**: Google, Kakao, Naver 지원
67
-- **상태 관리**: Zustand + localStorage persist
+- **상태 관리**: Zustand + cookie 기반
68
- **주요 파일**:
69
- `src/domains/shared/store/auth.ts`: 인증 상태 관리
70
- `src/domains/login/hook/useAuthHooks.ts`: 로그인 관련 훅
@@ -153,9 +153,8 @@ src/
153
## 주의사항
154
155
1. **환경 변수**: 개발/운영 환경에 맞는 API URL 설정 필요
156
-2. **인증 토큰**: localStorage에 저장되므로 보안 고려 필요
157
-3. **API 통신**: `credentials: 'include'` 설정으로 쿠키 기반 인증
158
-4. **Git Hooks**: Husky 설정으로 커밋 전 자동 검사
+2. **API 통신**: `credentials: 'include'` 설정으로 쿠키 기반 인증
+3. **Git Hooks**: Husky 설정으로 커밋 전 자동 검사
159
160
## 추가 문의
161
0 commit comments