Skip to content

Conversation

@gmltn9233
Copy link
Contributor

🔧연결된 이슈

🛠️작업 내용

  • 기이수파일 업로드 이후 재 로그인시 CSRF 토큰 이 소실되는 버그 수정
  • 이전 PR에서 누락된 사용가이드 링크 추가

🤷‍♂️PR이 필요한 이유

자세한 사항은 기술블로그 에 기록해 두었으니 참고 바랍니다.

✔️PR 체크리스트

  • 필요한 테스트를 작성했는가?
  • 다른 코드를 깨뜨리지 않았는가?
  • 연결된 이슈 외에 다른 이슈를 해결한 코드가 담겨있는가?

메타 태그에 csrf 토큰 정보를 넣어줌
기이수 파일 업로드 페이지에서 가이드 링크 추가
@whxogus215
Copy link
Contributor

whxogus215 commented Sep 26, 2024

해당 문제가 발생하는지 확인하는 순서가
로그인 후 기이수파일 업로드한다 -> 로그아웃 후, 다시 로그인하여 기이수파일 업로드 창에 접속한다 -> XSRF 토큰이 없는지 확인한다.

이 절차가 맞나요? 기존 develop 브랜치 기준으로 로컬환경에서 테스트했을 때와 운영서버에서 확인했을 때는 둘 다 정상적으로 XSRF 토큰이 담겨있어서 해당 문제가 발생하지 않았습니다.

혹시 순서상 누락되거나 잘못된게 있는지 확인 부탁드립니다.

Copy link
Contributor

@whxogus215 whxogus215 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

특정 브라우저 환경에서 문제가 발생하는 것으로 확인되는 것 같으니 일단 추가하는게 맞는 것 같습니다!

@whxogus215 whxogus215 merged commit d70aa9f into develop Sep 26, 2024
@whxogus215 whxogus215 deleted the refactor-CSRF branch September 26, 2024 10:31
@whxogus215 whxogus215 linked an issue Oct 28, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

기이수파일 재업로드시 권한오류

3 participants