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

[FEAT] 카카오 로그아웃 #63

Open
1 task
leGit-y opened this issue Oct 1, 2023 · 0 comments
Open
1 task

[FEAT] 카카오 로그아웃 #63

leGit-y opened this issue Oct 1, 2023 · 0 comments
Labels
API Feature New feature or request

Comments

@leGit-y
Copy link
Contributor

leGit-y commented Oct 1, 2023

🔎 이슈설명

카카오 로그아웃하기
카카오 rest API 사용하여 카카오 로그아웃 및 우리 서비스 로그아웃

로그아웃하고 다시 로그인하면, 새로운 우리 서비스 jwt token 을 발급받게됨.
이때, 이전의 jwt access token이 유효하다면 해당 토큰을 이용해서 api를 호출할 수 있게되므로
로그아웃하기 이전에 사용했던 token은 로그아웃 이후에는 사용할 수 없게끔 무효화해야함.

그러나 jwt token은 우리가 따로 만료시킬 수 있는 방법이 없음.
그러면 클라단에서 그냥 토큰을 지우는 방식으로 해당 토큰을 사용할 수 없게끔 만들어야 하는건가?
다른 방법은 없는건가

일단 블랙리스트에 해당 토큰을 저장해서 해당 토큰을 무효화하는 방법도 있다고 하기는 함.

✏️ TO-DO

  • 카카오 API 사용하여 카카오 로그아웃
  • [ ]
  • [ ]

📃 참고사항

@leGit-y leGit-y added API Feature New feature or request labels Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant