Open notself opened 1 year ago
Hey @notself, yeah that's a good idea actually. In the end I really only save the token anyway, so one could just bypass the user/pw login flow by setting the token directly.
I'll look into this!
Amazing. Can't wait to try this app!
Is it possible to accept an access token directly instead of a username and password?
This would allow the app to work with the following Paperless setup, which I use:
auth_request
module configured to use Authelia to authorize requestsPAPERLESS_ENABLE_HTTP_REMOTE_USER=true
andPAPERLESS_HTTP_REMOTE_USER_HEADER_NAME
set to the header configured in Authelia. In my case the defaultHTTP_REMOTE_USER
value/api
endpointsWith this setup, it means that:
admin/authtoken/tokenproxy/
for an existing userI see the app already allows to add custom headers but at the moment, even if we manually create an
Authorization: Token xxxx
header, the login flow is still there.