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

@PreAuthorize를 통한 API 권한 검사 시 403 상태코드 반환하도록 변경 완료 #469

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Aug 16, 2024

Summary

#468

@PreAuthorize에서 발생하는 권한 부족 예외를 처리하여, 기존 401 상태 코드 대신 403 상태 코드를 반환하도록 리팩토링하였습니다. 이로써 인증된 사용자가 권한이 부족할 때 올바르게 403 상태 코드가 반환되도록 개선되었습니다.

Tasks

  • 기존의 예외 처리 로직에서 401 반환 부분을 403으로 변경

ETC

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label Aug 16, 2024
@limehee limehee self-assigned this Aug 16, 2024
@limehee limehee changed the title @PreAuthorize를 통한 API 권한 검사 시 403 상태코드 반환하도록 변경 완료 @PreAuthorize를 통한 API 권한 검사 시 403 상태코드 반환하도록 변경 완료 Aug 16, 2024
@SongJaeHoonn
Copy link
Contributor

의미상 헷갈릴 수도 있겠네요! 이 PR을 통해 다시한번 리마인드하고 갑니다.
개선해주셔서 감사합니다!

@limehee limehee merged commit c2a17ea into develop Aug 16, 2024
3 checks passed
@limehee limehee deleted the refactor/#468 branch August 16, 2024 16:01
@limehee limehee mentioned this pull request Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@PreAuthorize를 통한 API 권한 검사 시 403 상태코드 반환하도록 변경
3 participants