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 6차 세미나 과제 #13
회원가입 : member를 생성할 때 refreshToken과 accessToken이 함께 생성됩니다.
로그인 : � memberId를 헤더로 받으면(아이디, 비밀번호 없이 임시로) 해당 id의 refreshToken과 accessToken을 생성합니다.
토큰 재발급 : 헤더에 refreshToken을 넣어 보내면 accessToken을 재발급 해줍니다.
AuthController
�Service 로직
API 명세서
Post 생성
Path Parameter
query Parameter
Request Header
Request Body
Response Body
로그인
Path Parameter
query Parameter
Request Header
Request Body
Response Body
액세스 토큰 재발급
Path Parameter
query Parameter
Request Header
Request Body
Response Body