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 상태코드 반환하도록 변경 #468

Closed
limehee opened this issue Aug 16, 2024 · 0 comments · Fixed by #469
Closed
Assignees
Labels
🔨 Refactor 코드 수정 및 개선

Comments

@limehee
Copy link
Collaborator

limehee commented Aug 16, 2024

Describe

현재 API 권한 검사를 @PreAuthorize를 통해 수행하고 있으며, 권한이 없는 경우 401 상태코드를 반환하고 있습니다. 하지만, 인증은 되었지만 권한이 부족한 경우에는 401 대신 403 상태코드를 반환하는 것이 더 적절합니다. 따라서, 이를 403 상태코드를 반환하도록 변경하는 리팩토링이 필요합니다.

Tasks

  • @PreAuthorize를 통한 권한 검사 실패 시 403 상태코드를 반환하도록 변경

ETC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
1 participant