This commit is contained in:
ivan 2026-06-29 16:16:39 +05:00
parent cbdbb1bf63
commit ecbf9b2126

View File

@ -199,7 +199,7 @@ data:
'PAGE_SIZE': 1000, 'DEFAULT_FILTER_BACKENDS': [ 'PAGE_SIZE': 1000, 'DEFAULT_FILTER_BACKENDS': [
'django_filters.rest_framework.DjangoFilterBackend' ], 'django_filters.rest_framework.DjangoFilterBackend' ],
'DEFAULT_AUTHENTICATION_CLASSES': [ 'DEFAULT_AUTHENTICATION_CLASSES': [
# 'sarex.authentication.backends.ZitadelJWTAuthentication', 'sarex.authentication.backends.ZitadelJWTAuthentication',
'rest_framework.authentication.RemoteUserAuthentication', 'rest_framework.authentication.RemoteUserAuthentication',
'rest_framework_simplejwt.authentication.JWTAuthentication', 'rest_framework_simplejwt.authentication.JWTAuthentication',
'rest_framework.authentication.BasicAuthentication', 'rest_framework.authentication.BasicAuthentication',