We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9428e9f commit 6dc44c9Copy full SHA for 6dc44c9
pyconkr/settings.py
@@ -208,7 +208,7 @@
208
"DEFAULT_SCHEMA_CLASS": "drf_spectacular.openapi.AutoSchema",
209
"DEFAULT_AUTHENTICATION_CLASSES": (
210
'rest_framework.authentication.BasicAuthentication',
211
- # 'rest_framework.authentication.SessionAuthentication',
+ 'rest_framework.authentication.SessionAuthentication',
212
"rest_framework_simplejwt.authentication.JWTAuthentication",
213
"dj_rest_auth.jwt_auth.JWTCookieAuthentication",
214
),
0 commit comments