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
refresh token의 생명 주기는 30일이기에, refresh token이 만료되면 방문자를 보여줄 수 없게 된다.
하지만 현재 예외처리로 인해 아예 이미지가 뜨지 않기에, refresh token이 만료이면 방문자 정보 없이 이미지를 보여주도록 하자.
The text was updated successfully, but these errors were encountered:
cdn 서버에 요청 후 발급 받게 되는 refresh_token을 db에 업데이트
Sorry, something went wrong.
No branches or pull requests
refresh token의 생명 주기는 30일이기에, refresh token이 만료되면 방문자를 보여줄 수 없게 된다.
하지만 현재 예외처리로 인해 아예 이미지가 뜨지 않기에, refresh token이 만료이면 방문자 정보 없이 이미지를 보여주도록 하자.
The text was updated successfully, but these errors were encountered: