We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuthServiceImpl 클래스에는 인증 관련 로직만 있으면 좋겠다는 피드백을 받았습니다. 모듈의 역할을 명확히 하기 위해 인증 로직과 나머지 로직을 분리합니다.
AuthServiceImpl
AuthDomainServiceImpl
The text was updated successfully, but these errors were encountered:
sjhjack
No branches or pull requests
📑 개요
AuthServiceImpl 클래스에는 인증 관련 로직만 있으면 좋겠다는 피드백을 받았습니다.
모듈의 역할을 명확히 하기 위해 인증 로직과 나머지 로직을 분리합니다.
🚀 상세 작업 내용
AuthServiceImpl
클래스의 Member와 SocialMemberCRUD 로직 및 테스트 코드 분리AuthDomainServiceImpl
구조 변경⏰ 예상 소요 시간
📁 ETC
The text was updated successfully, but these errors were encountered: