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

8. 회원가입 및 로그인시 controller에서 유효성 검사 #69

Open
sunwootest opened this issue Aug 14, 2023 · 0 comments
Open
Labels

Comments

@sunwootest
Copy link
Collaborator

요구사항

  • 회원가입 및 로그인시 아래조건에 맞지 않을 경우 적절한 Http 메소드와 함께 Http body에 관련 메시지를 포함시켜 응답하도록 구현하세요.
  • servcie단이 아닌 controller 단에서 유효성 검사를 진행하세요.
  • 메소드를 이용한 유효성 검사가 아닌 Bean Validation을 활용하세요.

회원가입 조건

  • name의 길이는 8자이상 20자이하
  • password는 8자이상 20자이하이고 특수문자 최소 1개 포함
  • email은 email 형식에 맞아야함

로그인 조건

  • email 입력시 빈칸만 아니면됨
  • 비밀번호 입력시 빈칸만 아니면됨
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant