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.
closes #8
To reviewers
브랜치를 잘못 생성한 이슈로 rebase하면서 main에 과제 내용이 머지돼버렸습니다..ㅠ 코드 인용해서 설명하겠습니다..
구현 기능 명세
1. 멤버 생성 시 AccessToken, RefreshToken 함께 반환
2. Redis를 활용해 Refresh Token으로 Access Token을 재발급
토큰 검증 로직도 포함했습니다
헤더 검증 로직도 포함했습니다
실행 결과
멤버 생성
토큰 재발급
구현 고민 사항