Skip to content

Comments

fix: prod 환경 쿠키 SameSite 값을 None으로 수정#229

Merged
ht3064 merged 1 commit intodevelopfrom
fix/228-prod-cookie-samesite-none
Apr 21, 2025
Merged

fix: prod 환경 쿠키 SameSite 값을 None으로 수정#229
ht3064 merged 1 commit intodevelopfrom
fix/228-prod-cookie-samesite-none

Conversation

@ht3064
Copy link
Member

@ht3064 ht3064 commented Apr 21, 2025

🌱 관련 이슈


📌 작업 내용 및 특이사항

  • 프론트 도메인(www.devfit.site)과 백엔드 도메인(api.devfit.site)이 달라 Strict 설정 시 쿠키가 전송되지 않았습니다.
  • 따라서 prod 환경 쿠키 SameSite 값을 None으로 수정하였습니다.

@ht3064 ht3064 added this to the 4차 스프린트 milestone Apr 21, 2025
@ht3064 ht3064 self-assigned this Apr 21, 2025
@ht3064 ht3064 merged commit 8f84c2a into develop Apr 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 prod 환경 쿠키 SameSite 값을 None으로 수정

1 participant