Skip to content

Commit 9428e9f

Browse files
committed
SessionAuthentication 비활성화
1 parent 792219c commit 9428e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
209209
"DEFAULT_AUTHENTICATION_CLASSES": (
210210
'rest_framework.authentication.BasicAuthentication',
211-
'rest_framework.authentication.SessionAuthentication',
211+
# 'rest_framework.authentication.SessionAuthentication',
212212
"rest_framework_simplejwt.authentication.JWTAuthentication",
213213
"dj_rest_auth.jwt_auth.JWTCookieAuthentication",
214214
),

0 commit comments

Comments
 (0)