Skip to content

[#74] Fix: refreshToken 쿠키설정 수정#75

Merged
jae-2024 merged 1 commit intomainfrom
Fix/#74/refreshtoken-cookie
Mar 16, 2026
Merged

[#74] Fix: refreshToken 쿠키설정 수정#75
jae-2024 merged 1 commit intomainfrom
Fix/#74/refreshtoken-cookie

Conversation

@jae-2024
Copy link
Contributor

  • 로그인 성공 시 refresh 쿠키 발급:
    • HttpOnly 설정 있음
    • Secure 설정 있음
    • SameSite=None 설정 있음
  • 하지만 /token/refresh에서 refresh 쿠키를 재발급할 때:
    • HttpOnly는 있음
    • Secure=false
    • SameSite=None 설정 없음

@jae-2024 jae-2024 self-assigned this Mar 16, 2026
@jae-2024 jae-2024 added the 🐞BugFix Something isn't working label Mar 16, 2026
@jae-2024 jae-2024 linked an issue Mar 16, 2026 that may be closed by this pull request
@jae-2024 jae-2024 merged commit 0dc6d56 into main Mar 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞BugFix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] refreshToken 쿠키설정 수정

1 participant