260706_2_로그인 인증 검토

This commit is contained in:
2026-07-07 20:40:10 +09:00
parent f8633bb1fe
commit 5da0260be3
29 changed files with 720 additions and 336 deletions
-3
View File
@@ -19,9 +19,6 @@ export const API_TIMEOUT_MS = 30_000;
/** B03~B09 워크플로우에서 사용할 현재 프로젝트 UUID 저장 키 */
export const CURRENT_PROJECT_ID_KEY = "frd_current_project_id";
/** 인증 토큰 저장 키 (HttpOnly 쿠키 사용, localStorage는 참조용) */
export const AUTH_TOKEN_KEY = "frd_auth_token";
/* -----------------------------------------------------------------------------
* 2. 파일 업로드 제한 (B03_FileInput)
* -------------------------------------------------------------------------- */