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

🐛 [Bug] - RefreshToken 갱신 시 Redis 저장 토큰과 비교하지 않는 문제 #87

Closed
2 tasks
haeun1107 opened this issue Mar 13, 2025 · 0 comments · Fixed by #88
Closed
2 tasks
Assignees
Labels
🐛 fix 버그 수정 🐸 하은 작업 하은 작업

Comments

@haeun1107
Copy link
Member

✅ To Do List


  • RefreshToken을 이용해 AccessToken을 갱신할 때, Redis에 저장된 실제 RefreshToken과 비교하지 않고 갱신이 이루어짐.
  • Redis에서 RefreshToken을 가져와 비교하여 검증하고, 기존 RefreshToken을 삭제하고 새로운 RefreshToken을 저장하도록 개선해야 함!

📚 Etc


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 fix 버그 수정 🐸 하은 작업 하은 작업
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant