Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Add WSGIPassAuthorization On to wsgi to support basic auth #713

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 9, 2020

  1. Add WSGIPassAuthorization On to support basic auth

    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
    Whisprin committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e382417 View commit details
    Browse the repository at this point in the history