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
access token 재발급이 동시 요청되는 경우 한 번만 처리할 수 있도록 한다.
현재는 한 이벤트당 하나의 요청만 있습니다. 또한 페이지 내에서 인증이 필요한 요청을 다수를 보내는 경우가 없습니다. 하지만, 만약 다수의 인증이 필요한 요청이 발생할 경우, 그 갯수만큼 reissue 요청을 보내게 될텐데 그 부분을 막고자 합니다.
4시간
9.30 (토)
The text was updated successfully, but these errors were encountered:
ukkodeveloper
No branches or pull requests
🤷 구현할 기능
access token 재발급이 동시 요청되는 경우 한 번만 처리할 수 있도록 한다.
🔨 상세 작업 내용
📄 참고 사항
현재는 한 이벤트당 하나의 요청만 있습니다. 또한 페이지 내에서 인증이 필요한 요청을 다수를 보내는 경우가 없습니다. 하지만, 만약 다수의 인증이 필요한 요청이 발생할 경우, 그 갯수만큼 reissue 요청을 보내게 될텐데 그 부분을 막고자 합니다.
⏰ 예상 작업 시간
4시간
⏰ 마감일
9.30 (토)
The text was updated successfully, but these errors were encountered: