the-paperless-project / paperless

Scan, index, and archive all of your paper documents
GNU General Public License v3.0
7.85k stars 498 forks source link

Add WSGIPassAuthorization On to wsgi to support basic auth #713

Open Whisprin opened 3 years ago

Whisprin commented 3 years ago

Basic auth is used by the paperless api. In order to use basic auth with wsgi this directive is required:

WSGIPassAuthorization On https://www.django-rest-framework.org/api-guide/authentication/#setting-the-authentication-scheme