260706_1_계정, 로그인, 보안 초안 작성
This commit is contained in:
@@ -16,12 +16,12 @@ export const API_BASE_URL = "/api";
|
||||
/** API 요청 타임아웃 (ms) */
|
||||
export const API_TIMEOUT_MS = 30_000;
|
||||
|
||||
/** 인증 토큰을 저장할 localStorage 키 */
|
||||
export const AUTH_TOKEN_KEY = "frd_auth_token";
|
||||
|
||||
/** 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)
|
||||
* -------------------------------------------------------------------------- */
|
||||
@@ -76,6 +76,7 @@ export const ROUTES = {
|
||||
A06_LOGIN: "a06-login",
|
||||
A07_REGISTER: "a07-register",
|
||||
A08_SUPPORT: "a08-support",
|
||||
A09_SECURITY: "a09-security",
|
||||
// 로그인 후
|
||||
B01_ACCOUNT: "b01-account",
|
||||
B02_PROJ_REGISTER: "b02-proj-register",
|
||||
|
||||
Reference in New Issue
Block a user