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

로그아웃 기능 구현 #47

Merged
merged 4 commits into from
Jan 12, 2024
Merged

로그아웃 기능 구현 #47

merged 4 commits into from
Jan 12, 2024

Conversation

coggiee
Copy link
Collaborator

@coggiee coggiee commented Jan 10, 2024

관련 이슈


작업 내용

  • 로그인한 사용자가 로그아웃 버튼을 누를 경우, 로그아웃을 수행합니다.
    • 로그아웃과 동시에 localstorage에 저장된 token을 삭제한다.
    • 로그아웃과 동시에 메인 페이지로 이동한다.

특이 사항

  • 프로젝트 실행에 영향을 미치는 중요한 변경사항이나 주의사항 등을 기술해 주세요.

리뷰 요구사항 (선택)

  • 리뷰 중점 사항: 리뷰어가 특히 집중해서 봐야 할 부분이 있나요?
  • 추가 검토 사항: 코드, 디자인, 구현 방식 등에 대한 추가적인 검토가 필요한 사항이 있나요?
  • 논의가 필요한 부분: 코드 리뷰 중 논의가 필요해 보이는 부분은 무엇인가요?

@coggiee coggiee added the feature 기능 개발 label Jan 10, 2024
@coggiee coggiee self-assigned this Jan 10, 2024
@coggiee coggiee linked an issue Jan 11, 2024 that may be closed by this pull request
2 tasks
@coggiee coggiee merged commit 9a0acf4 into develop Jan 12, 2024
@coggiee coggiee deleted the feature/logout branch January 15, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그아웃 기능 구현
4 participants