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

로그아웃 기능 구현 #133

Open
3 tasks
uijin-j opened this issue Mar 10, 2024 · 0 comments
Open
3 tasks

로그아웃 기능 구현 #133

uijin-j opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels

Comments

@uijin-j
Copy link
Contributor

uijin-j commented Mar 10, 2024

📑 Description

로그아웃 기능 구현

📌 To Do

  • 로그아웃 api 엔드포인트 추가 /auth/logout
  • redis에서 refresh token 삭제 기능 구현
  • 로그아웃 테스트 코드 작성

💬 Comment

  • 기본적으로 로그아웃 시 프론트에서 Access Token을 삭제해주지만, Access Token이 이미 탈취된 경우 Acess Token 만료시간(1시간)까지는 토큰이 유효합니다! (stateless한 JWT의 한계 같습니다🥲)
@uijin-j uijin-j added the 🚀 더 만들어봤슈 기능 구현 label Mar 10, 2024
@uijin-j uijin-j added this to the 3차 스프린트 milestone Mar 10, 2024
@uijin-j uijin-j self-assigned this Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant