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

[REFACTOR] 로그인 정보를 쿠키 -> HTTP Authorization 헤더 로 변경한다. #908

Open
zangsu opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
refactor 요구사항이 바뀌지 않은 변경사항

Comments

@zangsu
Copy link
Contributor

zangsu commented Nov 13, 2024

📌 어떤 기능을 리팩터링 하나요?

쿠키의 동작은 브라우저 정책에 의존한다.
항상 동일하게 동작할 수 있도록 HTTP Authorization 헤더로 변경한다.

@zangsu zangsu added the refactor 요구사항이 바뀌지 않은 변경사항 label Nov 13, 2024
@zangsu zangsu added this to the 7차 스프린트 💭 milestone Nov 13, 2024
@zangsu zangsu self-assigned this Nov 13, 2024
@zangsu
Copy link
Contributor Author

zangsu commented Nov 14, 2024

진행 방식

기존의 Cookie 방식을 유지한 채로 Authorization 헤더를 확인하는 로직을 추가한다.
로그인을 유지할 때는 Cookie와 Authorization 헤더를 모두 내려준다.

프론트엔드, 익스텐션 코드를 Authorization 방식으로 변경한다.

백엔드 코드에서 Cookie 방식을 제거한다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 요구사항이 바뀌지 않은 변경사항
Projects
Status: Todo
Development

No branches or pull requests

2 participants