[#20][#40] 로그인 데이터 관리 및 상단 네비게이션 #46
Merged
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.
## #️⃣ 연관된 이슈
[#40][#20]
## 📝 작업 내용
소셜 로그인이 성공하면 받는 user 데이터와 로그인 여부를 session storage로 관리합니다.
로고와 로그인 여부에 따른 로그인 버튼과 프로필 버튼이 있는 header navigation을 구현하였습니다.
(로그인 상태)
로고 클릭시 루트 라우트 ("/") 로 이동하게 됩니다.
(프로필 클릭시)
## 📢 참고사항
쿠키 제거를 위한 logout api 가 현재 api 미구현 상태입니다.