Skip to content
New issue

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

#98 #89 [feat] sms 전송 기능 구현 및 휴대폰 인증 api 기능 구현 #100

Merged
merged 6 commits into from
Jan 12, 2024

Conversation

KWY0218
Copy link
Member

@KWY0218 KWY0218 commented Jan 11, 2024

관련 이슈번호

해결하는 데 얼마나 걸렸나요? (예상 작업 시간 / 실제 작업 시간)

  • 2h / 2h

해결하려는 문제가 무엇인가요?

  • sms 전송 util 구현
  • 휴대폰 인증 api 기능 구현

어떻게 해결했나요?

  • 우선 redis를 사용하는 대신 database에 전화번호와 인증 코드를 저장하고 있습니다.
  • sms 기능이 아직 구현되지 않아 주석처리 중입니다. aws에서 연락받고 추후에 수정하겠습니다.

@KWY0218 KWY0218 added the feat label Jan 11, 2024
@KWY0218 KWY0218 requested review from hellozo0 and pkl0912 January 11, 2024 16:41
@KWY0218 KWY0218 self-assigned this Jan 11, 2024
Copy link
Member

@hellozo0 hellozo0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~~! SMS UTIL 확인 완 AWS 사용 확인 완

Copy link
Contributor

@pkl0912 pkl0912 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 sms 전송 util 구현
휴대폰 인증 api 기능 구현 수고하셨습니다!

@KWY0218 KWY0218 merged commit d1fc6f9 into develop Jan 12, 2024
1 check passed
@KWY0218 KWY0218 deleted the feat/#98 branch January 12, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 인증 문자 전송 기능 구현
3 participants