refactor: 소셜로그인 클라이언트 모듈 구현 #665
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.
📌𝘐𝘴𝘴𝘶𝘦𝘴
📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯
💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴
추후 도입될 수 있는 기타 소셜로그인을 고려해, 소셜로그인 추상화 모듈 및 인터페이스를 구현합니다.
외부 라이브러리인 특정 플랫폼 소셜로그인들은 별도의 모듈로 분리 및 관리하며, 공용 모듈인 auth 모듈에서 qualifier를 통해 구분합니다.
분리된 카카오 로그인 로직은 현재 웹소소 LoginActivity 코드로 테스트 진행했으며 문제없습니다!