Skip to content

Commit

Permalink
fix: 세팅 수정
Browse files Browse the repository at this point in the history
서버 시간 변경 및 세션 인증으로 DRF에서 로그인 유지를 위한 토큰 인증 관련 세팅 주석처리
  • Loading branch information
ybkang1108 committed Aug 7, 2024
1 parent 0b2e8a1 commit 0d5bd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mustgou/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
},
]

# DRF 로그인 유지를 위해 주석처리
# REST_FRAMEWORK = {
# "DEFAULT_AUTHENTICATION_CLASSES": [
# "rest_framework.authentication.TokenAuthentication",
Expand Down

0 comments on commit 0d5bd01

Please sign in to comment.