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
스낵게임 Biz가 동작하는 환경인 iframe 환경에서는 도메인이 달라지기 때문에 인증용 쿠키가 서드파티 쿠키 취급된다. 따라서 서드파티 쿠키 미지원으로 로그인 이슈가 있을 수 있다. (특히 Safari...)
더 이상 이에 대해 제어권이 없으므로, 게임 전용 일회용 토큰을 사용하는 방법으로 대체한다. 스낵게임 Biz에서 인증을 걷어내고, 세션 당 토큰을 발급하며, 이를 클라이언트에서 직접 관리하도록 한다.
The text was updated successfully, but these errors were encountered:
0chil
Successfully merging a pull request may close this issue.
목적
스낵게임 Biz가 동작하는 환경인 iframe 환경에서는 도메인이 달라지기 때문에 인증용 쿠키가 서드파티 쿠키 취급된다.
따라서 서드파티 쿠키 미지원으로 로그인 이슈가 있을 수 있다. (특히 Safari...)
더 이상 이에 대해 제어권이 없으므로, 게임 전용 일회용 토큰을 사용하는 방법으로 대체한다.
스낵게임 Biz에서 인증을 걷어내고, 세션 당 토큰을 발급하며, 이를 클라이언트에서 직접 관리하도록 한다.
TODO
The text was updated successfully, but these errors were encountered: