From ecbf9b2126b74e45efc09424c7f027d44387d8dc Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 29 Jun 2026 16:16:39 +0500 Subject: [PATCH] ++ --- apps/django/base/django-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/django/base/django-configmap.yaml b/apps/django/base/django-configmap.yaml index cc6ff6b..e9bbcee 100644 --- a/apps/django/base/django-configmap.yaml +++ b/apps/django/base/django-configmap.yaml @@ -199,7 +199,7 @@ data: 'PAGE_SIZE': 1000, 'DEFAULT_FILTER_BACKENDS': [ 'django_filters.rest_framework.DjangoFilterBackend' ], 'DEFAULT_AUTHENTICATION_CLASSES': [ - # 'sarex.authentication.backends.ZitadelJWTAuthentication', + 'sarex.authentication.backends.ZitadelJWTAuthentication', 'rest_framework.authentication.RemoteUserAuthentication', 'rest_framework_simplejwt.authentication.JWTAuthentication', 'rest_framework.authentication.BasicAuthentication',