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

IpAuthenticationFilter 개선 완료 #379

Merged
merged 1 commit into from
Jun 18, 2024
Merged

IpAuthenticationFilter 개선 완료 #379

merged 1 commit into from
Jun 18, 2024

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented Jun 18, 2024

Summary

#377

현재 접근 허용 국가 목록이 코드 내에 하드코딩되어 있어, 목록에 변경 사항이 생길 때마다 코드 수정이 필요합니다.
이는 개발의 유연성을 저해하며, 서버 환경에 따라 관리하기 어렵기에 개선하고자 합니다.

Tasks

  • 접근 허용 국가를 프로파일에서 관리하도록 변경

ETC

프로파일 변경사항 다운로드

Screenshot

image

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label Jun 18, 2024
@limehee limehee self-assigned this Jun 18, 2024
@limehee limehee linked an issue Jun 18, 2024 that may be closed by this pull request
1 task
@limehee limehee merged commit 5d5b88d into develop Jun 18, 2024
1 check passed
@limehee limehee deleted the refactor/#377 branch June 18, 2024 07:01
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.

IpAuthenticationFilter 개선
1 participant