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.
#️⃣ 연관 이슈
📝 작업 내용
네이버 SMS API가 사업자 전용으로 전환됨에 따라, CoolSMS에서 제공하는 문자 발송 API를 부득이하게 활용하게 되었습니다. 이 역시 변동가능성이 있다고 판단하여 SmsService 인터페이스를 통해 확장성을 대비하고자 했습니다.
한편, 유저가 "인증 중"임을 알리는 추가적인 세션 등의 조치가 필요하여 추후 반영할 예정입니다.
또한, 발급된 JWT를 다시 서버가 받았을 때 아직 온전하게 추출되지 않는 문제가 있어 살펴볼 예정입니다.
참고 이미지 및 자료
CoolSMS Java SDK
💬 리뷰 요구사항