[BE] auth, user 서버 swagger 추가 및 버저닝 적용 #183 #185
Merged
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.
해당 사항 (중복 선택)
설명
🔗 관련 이슈
해결한 이슈: closed #183
📝 작업 내용
version
Swagger
추가 내용
Basic
,access
,refresh
각각 넣도록 처리되어 있습니다.dto
열어보시면 상세설명 적혀 있습니다.persistAuthorization: true
)[추천]
accessToken의
iat
숫자를 많이 늘리면 오래도록 사용할 수 있습니다. https://jwt.io/에서 변경 가능합니다.signature에 들어갈 secret key는
.env
에 있으니 여유있는 토큰을 만들어서 편하게 쓰세요!📸 스크린샷(optional)