Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
soooheeee
approved these changes
Sep 25, 2025
| }, []); | ||
|
|
||
| useEffect(() => { | ||
| if (rememberEmail) { |
Contributor
Member
Author
There was a problem hiding this comment.
넵 보안상 소희님께서 피드백 주신 흐름이 더 적절한 것 같아서 로직 수정하도록 하겠습니다!
Jsplix
reviewed
Sep 25, 2025
Contributor
Jsplix
left a comment
There was a problem hiding this comment.
고생하셨습니다 ㅎㅎ 코멘트 확인 부탁드릴게요!
Comment on lines
+11
to
+12
| const expires = new Date(); | ||
| expires.setDate(expires.getDate() + days); |
Contributor
There was a problem hiding this comment.
P4: 이 코드는 유효기간 설정인거같은데, 다른 곳에서 쿠키의 유효기간에 대한 검증을 진행하는가요?
Member
Author
There was a problem hiding this comment.
다른 곳에서는 일반적으로 보안 강화를 위해서 넣는다고 하긴하는데 위에 소희님께서 남겨주신 피드백대로 로직 흐름을 수정한다면 서버 의존성도 없고 세션 쿠키로 동작하기 때문에 따로 유효기간 수동 설정이 필요없을 것 같아요!
제거하겠습니다~!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Motivation
Problem Solving
쿠키에 저장(30일 유지)To Reviewer
Sign In페이지가 전반적으로 영문이라 영어로 작성해두었는데 추후 언어 통일 협의 필요할 것 같습니다!