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에 저장 및 삭제 기능 구현 #68

Merged
merged 1 commit into from
May 25, 2024

Conversation

parksangchu
Copy link

  • 로그인시 리프레시 토큰을 redis에 저장하고, 로그아웃 요청시 redis에 저장된 refresh 토큰을 삭제

- 로그인시 리프레시 토큰을 redis에 저장하고, 로그아웃 요청시 redis에 저장된 refresh 토큰을 삭제
@parksangchu parksangchu merged commit 8ba9445 into be/solve May 25, 2024
3 checks passed
@parksangchu parksangchu linked an issue May 25, 2024 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JWT로 로그인 기능 구현
1 participant