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
The text was updated successfully, but these errors were encountered:
[feat][#6] Implement refreshToken in UserController
439b778
- Access Token이 만료되면, 클라이언트는 refresh를 요청하고 새로운 토큰을 받는다 - JwtAuthFilter : 만료되지 않은 업데이트 이전의 토큰을 가진 요청은 400 Status를 반환
[feat][#6] Implement reload in UserController
eb961d4
- 클라이언트가 리로드 되면, 유저 정보를 새로 받아간다
Sinyoung3016
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: