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(Auth): reissue, logout 구현 #41

Merged
merged 10 commits into from
Jul 29, 2024
Merged

Feat(Auth): reissue, logout 구현 #41

merged 10 commits into from
Jul 29, 2024

Conversation

InHyeok-J
Copy link
Contributor

PR 변경된 내용

  • reissue 요청시 Filter에서 해당 API 만 Expired를 체크 안하고 Authentication 객체에 저장

    • 해당 로직으로 controller에서는 동일하게 AuthenticationMember 사용 가능
    • reissue 요청시 요청 온 refresh 검증 후/ 저장된 토큰과 일치하는지 검사
  • logout 구현 -> 저장된 토큰 삭제

추가 내용

참조

Closes #26

@InHyeok-J InHyeok-J requested a review from morenow98 July 27, 2024 11:08
@InHyeok-J InHyeok-J self-assigned this Jul 27, 2024
Copy link
Member

@morenow98 morenow98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@InHyeok-J InHyeok-J requested a review from morenow98 July 27, 2024 18:31
@InHyeok-J InHyeok-J merged commit fe0bbac into develop Jul 29, 2024
1 check passed
@InHyeok-J InHyeok-J deleted the feature/26-refresh branch July 29, 2024 07:54
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.

로그아웃 / refresh 구현
2 participants