We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
쿠키의 동작은 브라우저 정책에 의존한다. 항상 동일하게 동작할 수 있도록 HTTP Authorization 헤더로 변경한다.
The text was updated successfully, but these errors were encountered:
기존의 Cookie 방식을 유지한 채로 Authorization 헤더를 확인하는 로직을 추가한다. 로그인을 유지할 때는 Cookie와 Authorization 헤더를 모두 내려준다.
프론트엔드, 익스텐션 코드를 Authorization 방식으로 변경한다.
백엔드 코드에서 Cookie 방식을 제거한다.
Sorry, something went wrong.
zangsu
Jaymyong66
No branches or pull requests
📌 어떤 기능을 리팩터링 하나요?
쿠키의 동작은 브라우저 정책에 의존한다.
항상 동일하게 동작할 수 있도록 HTTP Authorization 헤더로 변경한다.
The text was updated successfully, but these errors were encountered: