Skip to content

Fix: 프로덕션 정적 API 토큰 제거 - #13

Open
goder-0 wants to merge 1 commit into
mainfrom
feature/8-remove-static-api-token
Open

goder-0 wants to merge 1 commit into
mainfrom
feature/8-remove-static-api-token

Conversation

@goder-0

@goder-0 goder-0 commented Sep 10, 2026

Copy link
Copy Markdown

관련 이슈

PR 설명

  • 익스텐션 인증에서 클라이언트 번들에 포함되는 정적 API 토큰 fallback을 제거했습니다.
  • 프로덕션 빌드에 기존 token 환경변수가 설정되면 명확한 오류로 중단해 비밀값 유출을 방지합니다.
  • 인증은 Linkiving 사용자 로그인 쿠키만 사용하도록 문서와 예시 환경변수를 정리했습니다.

확인 사항

  • lint, TypeScript 검사 및 프로덕션 빌드 통과
  • 정적 token 설정 시 프로덕션 빌드 실패 확인

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

프로덕션 번들의 정적 API 토큰 제거

1 participant