-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: 문자 인증 기능 추가 #45
Merged
GaBaljaintheroom
merged 17 commits into
develop_back
from
ARCH-114-feat/message-verification
Jan 19, 2024
Merged
feat: 문자 인증 기능 추가 #45
GaBaljaintheroom
merged 17 commits into
develop_back
from
ARCH-114-feat/message-verification
Jan 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 문자 발송 엔드포인트에 대한 컨트롤러 추가
- Socket 커넥션 풀을 이용하기 위해 Apache 의존성 추가
- 외부 API 예외 추가 - API 요청 제한 예외 추가
- 문자 인증 request 추가 - 문자 인증 response 추가 Open #29
- 4자리 인증 번호 전송 서비스 추가 Open #29
- 인증 문자 전송 내역 캐시 레포지토리 추가 Open #29
- 알리고 문자 인증 전송 서비스 추가 - 관련 프로퍼티 추가 - 응답 추가 Open #29
- 문자 인증 횟수 제한 인터셉터 추가 - Api 사용 횟수 캐시 레포지토리 추가 - 인터셉터 path config 추가
- auth/dto 아래로 변경
- rest template 관련 설정 추가 Open #29
- core 하위에 필요 없는 .github 삭제
- 인증 메시지 전송 후 인증 객체 저장하도록 수정
- Custom Validator & Validation 추가
- RestTemplate 설정 변경 - 변수 -> 상수화
GaBaljaintheroom
approved these changes
Jan 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...ava/site/timecapsulearchive/core/domain/auth/dto/request/VerificationMessageSendRequest.java
Outdated
Show resolved
Hide resolved
...c/main/java/site/timecapsulearchive/core/domain/auth/service/MessageVerificationService.java
Outdated
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
작업 내용 (Content)
링크 (Links)
기타 사항 (Etc)
Merge 전 필요 작업 (Checklist before merge)
희망 리뷰 완료 일 (Expected due date)