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

Feature/74: isScrap 필드 추가 #77

Merged
merged 3 commits into from
Oct 14, 2023
Merged

Feature/74: isScrap 필드 추가 #77

merged 3 commits into from
Oct 14, 2023

Conversation

swa07016
Copy link
Member

@swa07016 swa07016 commented Oct 14, 2023

🚀 개요

브리핑 상세조회 시, isScrap필드를 함께 내려줍니다.
인증된 사용자 - true or false
인증되지 않은 사용자 - false

🔍 변경사항

  • AuthUser 어노테이션의 멤버 추출 로직이 변경되었습니다.

⏳ 작업 내용

  • isScrap 필드 추가

📝 논의사항

AuthUserArgumentResolver 멤버 추출 로직 변경, SecurityConfig HttpSecurity 설정, BriefingDetailDTO 필드추가
로그인 한 사용자 (true/false), 로그인 안 한 사용자(false)
@swa07016 swa07016 added the ✨ feature New feature or request label Oct 14, 2023
@swa07016 swa07016 requested a review from CYY1007 October 14, 2023 07:54
@swa07016 swa07016 self-assigned this Oct 14, 2023
@swa07016 swa07016 linked an issue Oct 14, 2023 that may be closed by this pull request
3 tasks
@CYY1007 CYY1007 merged commit 1adbd27 into develop Oct 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 브리핑 상세 조회 업데이트
2 participants