Skip to content

[fix] #293 ADMIN 컨트롤러들 모두 인증 사용하지 않도록 변경#297

Merged
choyeongju merged 1 commit intodevelopfrom
fix/293
Sep 30, 2025
Merged

[fix] #293 ADMIN 컨트롤러들 모두 인증 사용하지 않도록 변경#297
choyeongju merged 1 commit intodevelopfrom
fix/293

Conversation

@choyeongju
Copy link
Member

@choyeongju choyeongju commented Sep 30, 2025

Related issue 🛠

Work Description ✏️

  • SecurityConfig 에서 POST /api/v1/admin/notices, POST /api/v1/admin/notices/{noticeId}/delivery 경로를 permitAll() 처리하여 인증 없이 접근 가능하도록 변경
  • JwtAuthenticationFilter 의 shouldNotFilter 메서드에서 ADMIN 엔드포인트는 필터 스킵하도록 로직 추가

-> ADMIN 컨트롤러 엔드포인트 호출 시 Bearer Token 없이도 동작합니다.

Screenshot 📸

설명 사진
공지 생성 API image
공지 발송 API image

Uncompleted Tasks 😅

N/A

To Reviewers 📢

N/A

@choyeongju choyeongju self-assigned this Sep 30, 2025
@choyeongju choyeongju requested a review from a team as a code owner September 30, 2025 11:04
@choyeongju choyeongju added 🔧FIX🔧 Something isn't working 🐰영주🐰 labels Sep 30, 2025
@choyeongju choyeongju merged commit ca702bf into develop Sep 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐰영주🐰 🔧FIX🔧 Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] 알림 ADMIN 쪽 API들에 토큰 사용하지 않도록 변경

1 participant