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

[로그인 화면] ID, PW를 검증하여 결과를 클라이언트에게 보낸다. #14

Closed
4 tasks done
Muungi opened this issue Nov 8, 2023 · 0 comments · Fixed by #78
Closed
4 tasks done
Assignees
Labels
backend 백엔드 관련 feature 새로운 기능
Milestone

Comments

@Muungi
Copy link
Collaborator

Muungi commented Nov 8, 2023

요구사항

전달 받은 ID, PW를 검증하여 결과를 클라이언트에게 보낸다.

  • 이메일에 해당하는 User Entity 찾기
  • 암호화된 패스워드와 일치하는 지 검증
  • 유효하지 않은 입력(빈 값)일 시 오류 반환
  • 로그인 성공 시 AccessToken, RefreshToken 반환

추가 자료

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 feature 새로운 기능
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants