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

fix: auth guard 적용 #75

Merged
merged 1 commit into from
Nov 2, 2024
Merged

fix: auth guard 적용 #75

merged 1 commit into from
Nov 2, 2024

Conversation

Coalery
Copy link
Member

@Coalery Coalery commented Nov 2, 2024

주요 변경 사항

AuthGuard를 적용한 AuthModuleCoreModule에 포함시킵니다.

변경 이유

  1. AuthModule이 등록되지 않아 AuthGuard가 동작하지 않았습니다.
  2. User 모델이 엔티티로써 정의되지 않아 레포지토리에서 불러올 수 없는 문제가 있어, 임시적으로 raw query로 대체하였습니다.

@Coalery Coalery self-assigned this Nov 2, 2024
@Coalery Coalery merged commit 8688619 into main Nov 2, 2024
3 checks passed
@Coalery Coalery deleted the fix/apply-auth-guard branch November 2, 2024 16:07
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.

1 participant