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

전화번호 인증 번호 생성 및 전송 #19

Open
raipen opened this issue Sep 5, 2023 · 0 comments
Open

전화번호 인증 번호 생성 및 전송 #19

raipen opened this issue Sep 5, 2023 · 0 comments
Labels
effort:normal 몇가지 파일/상황/히스토리에 대한 이해 필요 type:feat 새로운 기능 urgency:middle 기간 안에 해결해야할 문제입니다

Comments

@raipen
Copy link
Member

raipen commented Sep 5, 2023

src/services/userService.ts에 sendCertificationCode 완성 필요
일단 Naver Cloud Platform(NCP)에서 제공하는 문자 메시지 전송 기능으로 구현 (=> 추후 사업자등록 시 나이스 본인인증 서비스로 변경 예정)
랜덤 번호는 crypto 모듈로 생성�

  • 랜덤 인증번호 생성을 구현한 후에는 userService.test.ts의 certificate phone:success 테스트에서 오류가 날 것임
    이전테스트에서 발급받은 tokenForCertificatePhone을 쓰지 말고, 직접 ```src/utils/jwt.ts` 에 있는 함수로 토큰을 생성해서 사용하면 될 듯?
@raipen raipen added effort:normal 몇가지 파일/상황/히스토리에 대한 이해 필요 urgency:middle 기간 안에 해결해야할 문제입니다 type:feat 새로운 기능 labels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:normal 몇가지 파일/상황/히스토리에 대한 이해 필요 type:feat 새로운 기능 urgency:middle 기간 안에 해결해야할 문제입니다
Projects
None yet
Development

No branches or pull requests

1 participant