mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-26 03:36:08 -05:00 
			
		
		
		
	enabled session auth again, useful for the browsable rest api
This commit is contained in:
		| @@ -101,6 +101,7 @@ INSTALLED_APPS = [ | |||||||
| REST_FRAMEWORK = { | REST_FRAMEWORK = { | ||||||
|     'DEFAULT_AUTHENTICATION_CLASSES': [ |     'DEFAULT_AUTHENTICATION_CLASSES': [ | ||||||
|         'rest_framework.authentication.BasicAuthentication', |         'rest_framework.authentication.BasicAuthentication', | ||||||
|  |         'rest_framework.authentication.SessionAuthentication', | ||||||
|         'rest_framework.authentication.TokenAuthentication', |         'rest_framework.authentication.TokenAuthentication', | ||||||
|         'paperless.auth.QueryTokenAuthentication' |         'paperless.auth.QueryTokenAuthentication' | ||||||
|     ], |     ], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler