feat: 휴대폰 인증 번호 전송 및 인증 번호 확인 로직 추가, 기념일에 해당 하는 유저에게 문자 메세지 보내는 로직 추가, #46
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.
coolsms api를 통해 문자 메세지 전송 구현,
멤버 엔티티에 phoneNumber 추가,
회원가입하는 회원은 휴대폰 인증 페이지로 리다이렉트 이후 휴대폰 인증에 성공하면 데이터베이스에 해당 휴대폰 번호 저장,
기념일인 회원에게 문자 전송하는 서비스는 지현님이 구현한 이메일 전송 로직에 추가시킬 예정