We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Member 엔티티 기본 틀 구현. 유효성 검사는 적용 x MemberRegisterRequest dto 구현 회원가입 관련 Spring Security 적용 안 됨
API 활용한 유효성 검사 적용하기:
비밀번호 암호화
MemberRegisterRequest dto -> entity 변환해 DB에 저장
JWT 기반 Spring Security 설정 적용 -> 로직 변경해 로그인 단계에서 구현하겠습니다
The text was updated successfully, but these errors were encountered:
SJUANS
No branches or pull requests
As-Is
Member 엔티티 기본 틀 구현. 유효성 검사는 적용 x
MemberRegisterRequest dto 구현
회원가입 관련 Spring Security 적용 안 됨
To-Be
API 활용한 유효성 검사 적용하기:
비밀번호 암호화
MemberRegisterRequest dto -> entity 변환해 DB에 저장
JWT 기반 Spring Security 설정 적용 -> 로직 변경해 로그인 단계에서 구현하겠습니다
The text was updated successfully, but these errors were encountered: