Feature/#259 아이폰 16 버전 이상 사파리에서 is authenticated 상태 체크 #269
+83
−76
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.
이슈 번호
close #259
변경 사항 요약
원인
ios 16 이하 버전에서는 정상 동작 했던 이유
ios 17 이상 버전에서 정상 동작 하지 않았던 이유
왜 16 이후 보안 강화를 했을까
왜 setAccessToken으로 해결되었는가?
이전에는 localStorage는 React 상태와 직접적으로 연동되지 않으므로, 수동으로 상태를 동기화해야 했습니다. setAccessToken을 사용함으로써 이 문제가 해결되었습니다.
테스트 결과
베이스(develop) 브랜치에 포함되기 위한 코드는 모두 정상적으로 작동이 되어야 합니다.컴포넌트의 경우 스크린샷을 포함해주세요.마치며