Skip to content

Fix(#182): 미디어 서버에서 access token으로 사용자 판별하도록 재구성 #190

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

Merged

Conversation

platinouss
Copy link
Member

작업 개요

동일한 클라이언트임에도 Socket ID가 달라서 다른 클라이언트로 구분하는 이슈 close #182

작업 사항

작성 예정

고민한 점들(필수 X)

작성 예정

강의 생성(또는 입장) 소켓과 강의 기능 제공 소켓이 다른 소켓으로 연결되어, access token으로 클라이언트를 구분한다. 클라이언트의 접속이 끊겨서 새로운 socket으로 요청하더라도 쉽게 클라이언트를 판별할 수 있다.
클라이언트에서 미디어 서버로 socket 요청을 보낼 때 auth 필드에 access token을 추가하여 요청한다.
@platinouss platinouss added 🐞 Fix 버그 수정 BE 백엔드 작업 labels Dec 4, 2023
@platinouss platinouss added this to the 4주차 milestone Dec 4, 2023
@platinouss platinouss self-assigned this Dec 4, 2023
@boostcampwm2023 boostcampwm2023 deleted a comment from netlify bot Dec 4, 2023
Copy link
Collaborator

@tmddus2 tmddus2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고 많으셨습니다!!!

@tmddus2 tmddus2 merged commit 53d3b00 into boostcampwm2023:dev Dec 4, 2023
@platinouss platinouss changed the title Fix(#182): 미디어 서버에서 access token으로 사용자를 판별하도록 재구성 Fix(#182): 미디어 서버에서 access token으로 사용자 판별하도록 재구성 Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 작업 🐞 Fix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: 동일한 클라이언트임에도 Socket ID가 달라서 다른 클라이언트로 구분하는 이슈
2 participants