Support other login methods #149
Replies: 3 comments 6 replies
-
FYI, I'm using HTTP Remote user too, but API needs to be authenticated. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the request. I'd have to look into how the authentication process works, but I think it should be possible.
Could you elaborate on that? |
Beta Was this translation helpful? Give feedback.
-
It depends mainly on what paperless offers. If you use something like Authelia, you need to exclude API endpoints to work with (you have example on Saltbox project). The best thing would be a saml mechanism, an API token or a simple first login that generate a token. But we depend on upstream for these kind of things |
Beta Was this translation helpful? Give feedback.
-
Paperless allows authentication through a proxy server with
PAPERLESS_ENABLE_HTTP_REMOTE_USER
. It seems that Paperless Mobile cannot deal with that, as it still asks me to enter username and password, but fails to log me in.Do you think it would be possible to support this, too? I think in general it's a bad idea if the app needs to know my password.
Beta Was this translation helpful? Give feedback.
All reactions