Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#20][#40] 로그인 데이터 관리 및 상단 네비게이션 #46

Merged
merged 19 commits into from
Jul 15, 2024

Conversation

03hoho03
Copy link
Collaborator

## #️⃣ 연관된 이슈
[#40][#20]


## 📝 작업 내용
소셜 로그인이 성공하면 받는 user 데이터와 로그인 여부를 session storage로 관리합니다.
로고와 로그인 여부에 따른 로그인 버튼과 프로필 버튼이 있는 header navigation을 구현하였습니다.
(로그인 상태)
스크린샷 2024-07-15 오후 3 06 06

로고 클릭시 루트 라우트 ("/") 로 이동하게 됩니다.

(프로필 클릭시)
스크린샷 2024-07-15 오후 3 09 09

  • 프로필 버튼: 클릭 시 프로필 페이지로 이동
  • 활동내역 버튼: 클릭 시 프로필 페이지의 내 활동으로 이동
  • 팀관리 : 클릭 시 프로필 페이지의 팀 관리로 이동
  • 로그아웃 : 클릭 시 로그아웃

## 📢 참고사항
쿠키 제거를 위한 logout api 가 현재 api 미구현 상태입니다.

@03hoho03 03hoho03 merged commit 326b699 into develop-0.0.1 Jul 15, 2024
2 checks passed
@03hoho03 03hoho03 deleted the feat-상단네비게이션 branch July 15, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 로그인 데이터 상태 관리 [Feat] 상단 공통 navigation
1 participant