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

[LIME-165] Refresh Token 저장소 레디스로 변경 #89

Merged
merged 2 commits into from
Apr 13, 2024

Conversation

Yiseull
Copy link
Member

@Yiseull Yiseull commented Apr 13, 2024

📌 PR 종류

어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.

  • 🐛 버그 수정
  • ✨ 기능 추가
  •  테스트 추가
  • 🎨 코드 스타일 변경 (formatting, local variables)
  • 🔨 리팩토링 (기능 변경 X)
  • 💚 빌드 관련 수정
  • 📝 문서 내용 수정
  • 그 외, 어떤 종류인지 기입 바람:

📌 어떤 기능이 추가 되었나요?

Issue Number

LIME-165

기능 설명

카카오 로그인 시 리프레시 토큰 저장하도록 변경

  • 카카오 로그인 시 리프레시 토큰을 저장하지 않던 버그를 수정했습니다.

리프레시 토큰 저장소 레디스로 변경

  • 서버가 1대에서 2대로 스케일 아웃 되면서 더 이상 리프레시 토큰 저장소로 로컬 캐시를 사용할 수 없어 레디스로 변경하였습니다.

📌 기존에 있던 기능에 영향을 주나요?

  • 아니요

@Yiseull Yiseull added bug Something isn't working enhancement New feature or request labels Apr 13, 2024
@Yiseull Yiseull self-assigned this Apr 13, 2024
@Yiseull Yiseull force-pushed the LIME-165-change-refresh-token-storage branch from a865f3b to 7933108 Compare April 13, 2024 14:00
@Yiseull Yiseull merged commit a7b0897 into main Apr 13, 2024
@Yiseull Yiseull deleted the LIME-165-change-refresh-token-storage branch April 13, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants