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.
프로덕트 환경에서 로그아웃 시 토큰 삭제가 안되는 버그가 있었습니다.
로컬에서는 삭제가 잘 되었으나, 실제 서비스에서는 로그아웃버튼을 클릭해도 지워지지 않습니다.
기존에 토큰을 삭제하는 방법은 아래와 같습니다.
기본적으로 서브도메인을 포함한 쿠키를 제거할때는 해당 도메인명을 꼭 명시해줘야하며, 도메인 이외에도 쿠키를 구울때 path를 주었다면 path 경로까지 포함해야만 쿠키가 정상적으로 삭제가 됩니다.
로 수정했습니다.
Closed #86