[♻️ refactor/#121]: AuthServiceImpl 리팩토링: 메서드 명명 일관성 및 트랜잭션 관리 개선 #130
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.
📄 Work Description
getToken()
에서getFullToken()
으로 변경하여 명확성을 높였습니다.findUser()
메서드를findUserById()
및findUserByRefreshToken()
으로 각각 변경하여 메서드 명명 규칙을 일관되게 유지했습니다.protected
로 변경해 캡슐화를 개선했습니다.@Transactional
을 추가하여 트랜잭션 관리가 제대로 이루어지도록 수정했습니다.⚙️ ISSUE
AuthServiceImpl
의 private 메서드 네이밍 가시성 개선 및 @Transactional 적용 #121📷 Screenshot
Swagger 200
💬 To Reviewers
🔗 Reference