[Server/auth] accessToken 재발행 로직 구현, 로그아웃 로직 구현 #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues
🤷♂️ Description
refreshToken을 통해 accessToken을 재발행 하는 로직 구현
로그아웃시, user DB에서 refreshToken 제거
📝 Primary Commits
📷 Screenshots
유효한 refreshToken
유효한 refreshToken 하지만 DB에 저장된 refreshToken과 일치하지 않음
유효한 refreshToken 하지만 user정보가 DB에 없음
유효하지 않은 refreshToken
📒 Remarks
refreshToken 만료시간이 기존에 1시간 이었는데, 너무 작아서 100시간으로 수정했습니다!