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

403으로 반환되던 처리되지 않은 일반 예외를 커스텀 인증 예외 처리로 수정 #45

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

11dlguswns
Copy link
Contributor

💡 개요
403으로 반환되던 처리되지 않은 일반 예외를 커스텀 인증 예외처리 기능을 구현하여 해결했습니다.

📃 작업내용

  • CustomAuthenticationEntryPoint 클래스를 추가하여 등록했습니다.
  • CustomErrorCode에 일반 예외를 추가했습니다.

@11dlguswns 11dlguswns self-assigned this Dec 18, 2024
@11dlguswns 11dlguswns linked an issue Dec 18, 2024 that may be closed by this pull request
@11dlguswns 11dlguswns merged commit 82aa58e into main Dec 18, 2024
1 check passed
@11dlguswns 11dlguswns deleted the 42-fix-error-bug branch December 18, 2024 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

처리하지 않은 일반 예외가 403으로 반환되는 문제
2 participants