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

[BUGFIX] 로그인 이후에도 미들웨어에 의해 페이지 접근이 막히는 이슈 해결 #148

Merged
merged 7 commits into from
Feb 22, 2024

Conversation

jhsung23
Copy link
Member

@jhsung23 jhsung23 commented Feb 22, 2024

✨ 작업 내용

  • as-is
    • 로그인에 성공하면 서버에서 쿠키를 심어주는데, 이 쿠키가 우리 백엔드 서버 도메인에 한정된 쿠키이기 때문에 프론트 서버에서는 쿠키를 확인할 수 없어 로그인이 되었어도 미들웨어에 의해 페이지 보호를 위한 리다이렉트가 동작합니다.
  • to-be
    • 로그인 요청 후 성공 시 isLogin 쿠키를 만들어 프론트 서버에 페이지 요청이 갈 때 isLogin 쿠키가 있다면 리다이렉트되지 않도록 합니다.
  • 로그아웃, 회원탈퇴까지 연결했어요 (마이페이지 -> 설정 아이콘 클릭하면 로그아웃과 회원탈퇴 버튼이 있습니다.)

📚 작업 결과

close #32

🙏 기타 참고 사항

✅ PR 등록 전 확인 후 체크해 주세요! (x 표시 해 주세요.)

  • Assignees를 지정했습니다. (해당 PR 작업한 사람을 태그해 주세요)
  • Labels, Milestone을 등록했습니다.
  • Development에 PR 내용과 연결된 Issue를 등록했습니다.

@jhsung23 jhsung23 added the 🐞 Bug fix 버그 수정 label Feb 22, 2024
@jhsung23 jhsung23 self-assigned this Feb 22, 2024
Copy link

Copy link

@jhsung23 jhsung23 merged commit 1e6f926 into main Feb 22, 2024
4 checks passed
@jhsung23 jhsung23 deleted the fix/auth branch February 22, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 회원 탈퇴 기능
2 participants