Skip to content

Commit 0584401

Browse files
authored
[docs] readme 수정
1 parent aa56dc0 commit 0584401

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SSOUL 프로젝트 인수인계 문서
1+
# SSOUL Ai 칵테일 추천&정보 커뮤니티
22

33
## 프로젝트 개요
44

@@ -64,7 +64,7 @@ src/
6464

6565
### 1. 인증 시스템
6666
- **소셜 로그인**: Google, Kakao, Naver 지원
67-
- **상태 관리**: Zustand + localStorage persist
67+
- **상태 관리**: Zustand + cookie 기반
6868
- **주요 파일**:
6969
- `src/domains/shared/store/auth.ts`: 인증 상태 관리
7070
- `src/domains/login/hook/useAuthHooks.ts`: 로그인 관련 훅
@@ -153,9 +153,8 @@ src/
153153
## 주의사항
154154

155155
1. **환경 변수**: 개발/운영 환경에 맞는 API URL 설정 필요
156-
2. **인증 토큰**: localStorage에 저장되므로 보안 고려 필요
157-
3. **API 통신**: `credentials: 'include'` 설정으로 쿠키 기반 인증
158-
4. **Git Hooks**: Husky 설정으로 커밋 전 자동 검사
156+
2. **API 통신**: `credentials: 'include'` 설정으로 쿠키 기반 인증
157+
3. **Git Hooks**: Husky 설정으로 커밋 전 자동 검사
159158

160159
## 추가 문의
161160

0 commit comments

Comments
 (0)