You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/services/userService.ts에 sendCertificationCode 완성 필요
일단 Naver Cloud Platform(NCP)에서 제공하는 문자 메시지 전송 기능으로 구현 (=> 추후 사업자등록 시 나이스 본인인증 서비스로 변경 예정)
랜덤 번호는 crypto 모듈로 생성�
랜덤 인증번호 생성을 구현한 후에는 userService.test.ts의 certificate phone:success 테스트에서 오류가 날 것임
이전테스트에서 발급받은 tokenForCertificatePhone을 쓰지 말고, 직접 ```src/utils/jwt.ts` 에 있는 함수로 토큰을 생성해서 사용하면 될 듯?
The text was updated successfully, but these errors were encountered:
src/services/userService.ts
에 sendCertificationCode 완성 필요일단 Naver Cloud Platform(NCP)에서 제공하는 문자 메시지 전송 기능으로 구현 (=> 추후 사업자등록 시 나이스 본인인증 서비스로 변경 예정)
랜덤 번호는 crypto 모듈로 생성�
certificate phone:success
테스트에서 오류가 날 것임이전테스트에서 발급받은 tokenForCertificatePhone을 쓰지 말고, 직접 ```src/utils/jwt.ts` 에 있는 함수로 토큰을 생성해서 사용하면 될 듯?
The text was updated successfully, but these errors were encountered: