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
로그인과 회원가입의 기능을 분리하여 사용자 경험을 개선하고, 보안성을 강화합니다.
1. 기존 API에서 로그인과 회원가입 관련 로직을 분리
The text was updated successfully, but these errors were encountered:
refactor: 가입/인증 관련 로직을 Auth 카테고리로 통합 (#31)
2b922aa
refactor: Password에 Null을 허용 (#31)
322da9e
refactor: 로그인 실패시 401 상태 코드를 반환하도록 변경 (#31)
3b27d1b
limehee
Successfully merging a pull request may close this issue.
개요
로그인과 회원가입의 기능을 분리하여 사용자 경험을 개선하고, 보안성을 강화합니다.
세부 작업 내용
1. 기존 API에서 로그인과 회원가입 관련 로직을 분리
The text was updated successfully, but these errors were encountered: