Skip to content

[Fix] 원본 미리보기 실패 시 유효한 세션 유지 - #296

Merged
Gimini-3 merged 1 commit into
developfrom
fix/295-preview-session-expiry
Aug 25, 2026
Merged

[Fix] 원본 미리보기 실패 시 유효한 세션 유지#296
Gimini-3 merged 1 commit into
developfrom
fix/295-preview-session-expiry

Conversation

@Gimini-3

Copy link
Copy Markdown
Contributor

변경 사항

  • 원본 파일 API만 401을 반환한 경우 /auth/me로 세션 유효성을 재확인합니다.
  • 인증 확인 API도 401일 때만 토큰을 제거하고 인증 만료 이벤트를 발생시킵니다.
  • 정상 세션, 만료 세션, 인증 확인 네트워크 오류에 대한 회귀 테스트를 추가합니다.

검증

  • npm run lint
  • npm test (23 tests)
  • S3 저장 문서 업로드 후 프런트 프록시 원본 조회 200, 이후 /auth/me 200 확인

Closes #295

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c33a1d62-5551-4ce7-a05d-174af9168f0d


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Gimini-3
Gimini-3 merged commit 32d6b41 into develop Aug 25, 2026
1 check passed
@Gimini-3 Gimini-3 changed the title fix: 원본 미리보기 실패 시 유효한 세션 유지 [Fix] 원본 미리보기 실패 시 유효한 세션 유지 Aug 27, 2026
@Gimini-3 Gimini-3 self-assigned this Aug 27, 2026
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.

원본 파일 미리보기 401 응답 시 유효한 세션이 로그아웃되는 문제

1 participant