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
최초로 회원가입을 시도할 때 response status 가 항상 unauthorized 인 오류
The text was updated successfully, but these errors were encountered:
#44 Fix authentication logic for POST /users to permit all
2ce5e1d
- findByIdOrSave new User - Add google-signIn.html for test purpose
우선은 사용자 정보가 데이터베이스에 없는경우 데이터베이스에 새로운 사용자를 추가하도록 수정
추후에는 UserLoginService, UserSigninService 와 같이 로그인과 회원가입 로직을 분리해서 구현하는 것이 좋아보임. 그런데 이렇게 하려면 swagger 에 기록된 스펙의 수정이 불가피해보여서, 우선은 최소한의 변경사항으로 동작하도록 코드를 수정
Sorry, something went wrong.
Merge branch 'hotfix/#44-post-users-unauthorized' into main
78f215d
raeperd
No branches or pull requests
최초로 회원가입을 시도할 때 response status 가 항상 unauthorized 인 오류
The text was updated successfully, but these errors were encountered: