Skip to content

feature: id찾기 기능 추가 #27

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

Merged
merged 1 commit into from
Jun 15, 2025
Merged

Conversation

okluckyok
Copy link
Collaborator

id찾기 기능 추가

@okluckyok okluckyok self-assigned this Jun 4, 2025
@okluckyok okluckyok requested a review from f-lab-nolan June 4, 2025 13:00
//public String getVerificationCode(final UserValidationDTO userValidationDTO) {
//public String getVerificationCode(final UserValidationDTO userValidationDTO) {

User user = this.verifyUserByPhone(UserValidationVO.phone());
Copy link
Collaborator

Choose a reason for hiding this comment

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

폰번호로 사용자를 찾는거인데.
보통 일반적인 회사에서는
본인인증을 통한 CI값으로 사용자를 찾아서 sms나 이메일이나 인증 코드 보냄

Copy link
Collaborator

Choose a reason for hiding this comment

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

우리나라 법상 돈을 거래하거나 물건을 사고 파는 시스템은 무조건 사용자 본인인증을 필수로 받아야 함

@okluckyok okluckyok merged commit 035c367 into main Jun 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants