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

Same-Site 이슈 #6

Open
taetaeo opened this issue Feb 10, 2023 · 0 comments
Open

Same-Site 이슈 #6

taetaeo opened this issue Feb 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@taetaeo
Copy link
Owner

taetaeo commented Feb 10, 2023

해결

  • get 요청이 올 때, cookie 파싱을 통해 보안키를 사용하여 응답 cookie 객체에 저장
app.use(cookieParser(process.env.COOKIE_SECRET)); // 
@taetaeo taetaeo added the bug Something isn't working label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant