diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 9c5f2bd0f..59d87c2ba 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -101,6 +101,7 @@ INSTALLED_APPS = [ REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [ 'rest_framework.authentication.BasicAuthentication', + 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.TokenAuthentication', 'paperless.auth.QueryTokenAuthentication' ],