You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
재발급(/api/v1/auth/reissue) API에서 동시 요청 시 발생하는 레이스 컨디션을 원자적으로 처리합니다. 현재 프론트(timo.kr)와 백엔드(api.timo.kr)가 same-site로 확인되어, 애초에 cross-site 대응 목적으로 도입했던 CHIPS(Partitioned) 쿠키도 함께 제거합니다.
Feature Issue 📌
재발급(/api/v1/auth/reissue) API에서 동시 요청 시 발생하는 레이스 컨디션을 원자적으로 처리합니다. 현재 프론트(timo.kr)와 백엔드(api.timo.kr)가 same-site로 확인되어, 애초에 cross-site 대응 목적으로 도입했던 CHIPS(Partitioned) 쿠키도 함께 제거합니다.
Todo ✔️