Skip to content

Commit

Permalink
fix: remove dauthz references
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 30, 2024
1 parent 7e0b04b commit 49fcc26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arches/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@
AUTHENTICATION_BACKENDS = (
"arches.app.utils.email_auth_backend.EmailAuthenticationBackend",
"oauth2_provider.backends.OAuth2Backend",
#"dauthz.backends.CasbinBackend",
"django.contrib.auth.backends.ModelBackend", # this is default
"arches.app.permissions.arches_standard.PermissionBackend",
"arches.app.utils.external_oauth_backend.ExternalOauthAuthenticationBackend",
Expand All @@ -354,7 +353,6 @@
"corsheaders",
"oauth2_provider",
"django_celery_results",
#"dauthz.apps.DauthzConfig"
)

ARCHES_APPLICATIONS = ()
Expand All @@ -372,7 +370,6 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
# "django.middleware.clickjacking.XFrameOptionsMiddleware",
#"dauthz.middlewares.request_middleware.RequestMiddleware",
"arches.app.utils.middleware.SetAnonymousUser",
]

Expand Down

0 comments on commit 49fcc26

Please sign in to comment.