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

[#196] cookie를 사용하도록 변경 #197

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Conversation

chanwoo00106
Copy link
Member

💡 개요

localStorage를 사용하고 있어서 SSR 기능을 사용하지 못하고 있어서 cookie를 사용하도록 변경했습니다

📃 작업내용

  • next 서버를 proxy 서버로 사용해서 서버와 통신을 할 수 있게 함
  • localStorage를 사용하기 위해 만들었던 코드들은 전부 지우거나 수정함

🎸 기타

  • 서버 url을 숨길 수 있어서 보안도 좋아질 듯?

@chanwoo00106 chanwoo00106 added 1️⃣ Priority: High 우선순위 - 상 ⚡️performance 성능 개선 ✨ Feature 신규 기능 labels Aug 23, 2023
@chanwoo00106 chanwoo00106 self-assigned this Aug 23, 2023
@chanwoo00106 chanwoo00106 linked an issue Aug 23, 2023 that may be closed by this pull request
@vercel
Copy link

vercel bot commented Aug 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
sms ✅ Ready (Inspect) Visit Preview Aug 23, 2023 2:24pm

@chanwoo00106 chanwoo00106 merged commit 369196d into master Aug 23, 2023
2 checks passed
@chanwoo00106 chanwoo00106 deleted the features/cookie branch August 23, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1️⃣ Priority: High 우선순위 - 상 ✨ Feature 신규 기능 ⚡️performance 성능 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cookie 적용하기
1 participant