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

리팩토링을 위한 auth.py 및 auth_dependency_schema.py 코드 정리 #130

Open
mjkweon17 opened this issue Aug 25, 2023 · 0 comments
Assignees
Milestone

Comments

@mjkweon17
Copy link
Member

문제 설명

현재 저희 프로젝트에서는 auth.py와 auth_dependency_schema.py 파일이 점점 복잡해지고 수정이 어려워지는 상황입니다.
또한, users.py와 admins.py에 사용할 dependency가 아직 제대로 구현돼있지 않습니다.
따라서, 이 파일들의 코드 리팩토링과 기능의 추가가 필요하다고 생각합니다. 이에 대한 내용을 아래와 같이 설명드립니다.

목표

코드의 가독성과 유지보수성을 향상시키기 위해 리팩토링을 진행하려고 합니다.
기능적인 부분은 유지하면서, 코드 구조를 개선하고 불필요한 중복을 제거하고자 합니다.
users.py와 admins.py에서 사용할 dependency도 추가하려고 합니다.

계획

auth_dependency_schema.py를 auth_dependency.py, auth_schma.py로 나누기
auth_dependency 파일에 auth.py, users.py, admins.py에서 필요한 dependency 추가하기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant