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
자동 로그인 방식에서 accessToken이 expire된 경우 이를 reissue api를 통해 재발급 받는 기능 구현
음성 합성 및 친구 신청과 같이 서버에 작업을 요청하는 경우 accessToken expire에 해당하는 Exception이 발생하는 경우 catch하여 refreshToken을 활용하여 accessToken reissue 요청
The text was updated successfully, but these errors were encountered:
HuMooole
Sungjjjun
No branches or pull requests
✨ 구현 할 기능
자동 로그인 방식에서 accessToken이 expire된 경우 이를 reissue api를 통해 재발급 받는 기능 구현
📢 구현 방식
음성 합성 및 친구 신청과 같이 서버에 작업을 요청하는 경우 accessToken expire에 해당하는 Exception이 발생하는 경우 catch하여 refreshToken을 활용하여 accessToken reissue 요청
📕 래퍼런스
The text was updated successfully, but these errors were encountered: