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
[AS-IS] 리뷰 목록은 로그인된 사용자만 볼 수 있었음
[TO-BE] 비로그인 사용자도 상품 목록에 대한 리뷰를 볼 수 있게 함
#38 에서AuthArgumentResolver를 수정해 비로그인 사용자를 구분지어서 반환하도록 만들었음. 하지만 리뷰 목록을 확인하는 과정에서 서비스 로직에 로그인 정보가 필요해 에러가 발생함. 서비스 로직도 비로그인 사용자가 들어와도 문제가 없도록 로직을 수정해야함
AuthArgumentResolver
The text was updated successfully, but these errors were encountered:
70825
Successfully merging a pull request may close this issue.
어떤 기능을 구현하나요?
사용자 내용
[AS-IS]
리뷰 목록은 로그인된 사용자만 볼 수 있었음
[TO-BE]
비로그인 사용자도 상품 목록에 대한 리뷰를 볼 수 있게 함
기술 내용
#38 에서
AuthArgumentResolver
를 수정해 비로그인 사용자를 구분지어서 반환하도록 만들었음. 하지만 리뷰 목록을 확인하는 과정에서 서비스 로직에 로그인 정보가 필요해 에러가 발생함. 서비스 로직도 비로그인 사용자가 들어와도 문제가 없도록 로직을 수정해야함에러가 발생하는 곳
일정
The text was updated successfully, but these errors were encountered: