회원가입 인증코드 이메일 HTML 적용, 멤버 인증 테스트 작성 #131
Merged
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.
회원가입 인증코드 이메일 HTML 적용
이메일에 HTML 적용
EmailService
에sendHtmlTextEmail
메서드 추가CantSendEmailException
추가멤버 인증 관련 테스트 작성
MemberAuthController
MemberAuthService
register
,checkUsername
등의 API 테스트 작성login
과 같이 Spring Security의AuthenticationManager
가 필요한 로직은NullPointerException
이 발생하여 아직 구현하지 못함-> Member 인증 관련 테스트 작성 #127 에 해당 이슈 추가하였음
-> 테스트 코드내에서
AuthenticationManagerBuilder
를 이용해 직접build
를 실행하여야 할거같으나 관련 내용 검색 중기타 수정 사항
코드를 통한 비밀번호 재설정 API
의 HTTP 메서드를post
에서put
으로 변경