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

redis를 사용한 refresh token #173

Open
2 tasks
kimhji opened this issue Nov 28, 2024 · 0 comments
Open
2 tasks

redis를 사용한 refresh token #173

kimhji opened this issue Nov 28, 2024 · 0 comments

Comments

@kimhji
Copy link
Collaborator

kimhji commented Nov 28, 2024

어떤 기능인가요?

redis를 사용하여 refresh 토큰을 추가하고, 사용자 로그인 경험을 향상합니다.

작업 상세 내용

  • redis로 refresh 토큰 추가

  • refresh 토큰 학습

  • access token을 storage에 저장 중인데, 어떻게 갱신할 수 있을까?

    • cookie가 아니라 token을 사용했던 이유: front에서도 제어권을 가져서 개발 시 테스트하기 편하게 하기 위함
      -> token을 유지하는 방식이면?
      • api 명령 처리 중 재발급이 필요한 경우, 재발급 필요 상태코드를 보내주고 front에서 재발급 api를 다시 요청하기
      • api 명령 처리 중 재발급이 필요한 경우, 재발급 및 명령 처리 후 cookie 같은데 같이 보내주고, refresh cookie가 있는 경우 front에서 갱신

참고할만한 자료(선택)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant