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

✨ [Feat]: 비활성화된 사용자 접근 제한 필터 #154

Merged
merged 7 commits into from
Aug 29, 2024

Conversation

eomgerm
Copy link
Collaborator

@eomgerm eomgerm commented Aug 27, 2024

📍 PR 타입 (하나 이상 선택)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

❗️ 관련 이슈 링크

Close #152

📌 개요

  • 활동 정지된 사용자 API 접근 제한 필터 추가

🔁 변경 사항

활정된 사용자 API 접근 제한 필터 (c3d2844 & eb24301)

비활성화 해놨다가 사용자가 로그인 및 토큰을 이용해서 API 접근할 경우 활성화 가능한지 여부를 확인하는 필터 추가

📸 스크린샷

👀 기타 더 이야기해볼 점

✅ 체크 리스트

  • PR 템플릿에 맞추어 작성했어요.
  • 변경 내용에 대한 테스트를 진행했어요.
  • 프로그램이 정상적으로 동작해요.
  • PR에 적절한 라벨을 선택했어요.
  • 불필요한 코드는 삭제했어요.

@eomgerm eomgerm added the ✨ feature New feature or request label Aug 27, 2024
@eomgerm eomgerm self-assigned this Aug 27, 2024
@eomgerm eomgerm changed the title Issue/152 deny disabled user ✨ [Feat]: 비활성화된 사용자 접근 제한 필터 Aug 27, 2024
# Conflicts:
#	src/main/java/com/avab/avab/controller/ReportController.java
#	src/main/java/com/avab/avab/converter/ReportConverter.java
#	src/main/java/com/avab/avab/domain/Recreation.java
#	src/main/java/com/avab/avab/dto/reqeust/ReportRequestDTO.java
#	src/main/java/com/avab/avab/repository/ReportRepository.java
#	src/main/java/com/avab/avab/service/ReportService.java
#	src/main/java/com/avab/avab/service/impl/ReportServiceImpl.java
@eomgerm eomgerm merged commit 0dc1742 into master Aug 29, 2024
@eomgerm eomgerm deleted the issue/152-deny-disabled-user branch August 29, 2024 00:53
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.

✨ [Feat]: 활동정지 당한 사용자 서비스 이용 금지 처리
2 participants