bauerj / paperless_app

An Android/iOS app for Paperless
https://play.google.com/store/apps/details?id=eu.bauerj.paperless_app
GNU General Public License v3.0
527 stars 46 forks source link

mTLS Client Authentication to reverse proxy #133

Open michaelkrieger opened 10 months ago

michaelkrieger commented 10 months ago

Is your feature request related to a problem? Please describe. Protecting paperless is essential but any remote access needs authentication in addition to Django authentication

Describe the solution you'd like MTLS support when configuring the sever.

Describe alternatives you've considered Passing an X-api-key header hardcoded into the settings.

Additional context image