Skip to content
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

POST /user/refresh #21

Closed
Tracked by #1
songsunkook opened this issue Dec 10, 2023 · 1 comment · Fixed by #155
Closed
Tracked by #1

POST /user/refresh #21

songsunkook opened this issue Dec 10, 2023 · 1 comment · Fixed by #155
Assignees
Labels
기능 새로운 기능을 개발합니다.

Comments

@songsunkook
Copy link
Collaborator

songsunkook commented Dec 10, 2023

어떤 이슈인가요?

액세스 토큰 재발급

상위 이슈

#1

@songsunkook songsunkook added the 기능 새로운 기능을 개발합니다. label Dec 10, 2023
@Choi-JJunho
Copy link
Member

redis에 저장된 리프레시 토큰과 사용자가 제시한 리프레시 토큰을 비교해 검증하는 로직에서

  • 기존 키값이 존재하는 경우
  • 기존 키값이 없고, 새로운 키값(refreshToken:{ID})이 있는 경우
  • 두 키값 모두 없는 경우

위 사항을 모두 검사해야한다.

참고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 새로운 기능을 개발합니다.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants