mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
Enhancement: re-implement remote user auth for API as opt-in (#5561)
This commit is contained in:
parent
38a817e887
commit
61209b1057
5 changed files with 163 additions and 12 deletions
|
|
@ -139,7 +139,7 @@ document. Paperless only reports PDF metadata at this point.
|
|||
|
||||
## Authorization
|
||||
|
||||
The REST api provides three different forms of authentication.
|
||||
The REST api provides four different forms of authentication.
|
||||
|
||||
1. Basic authentication
|
||||
|
||||
|
|
@ -177,6 +177,12 @@ The REST api provides three different forms of authentication.
|
|||
|
||||
Tokens can also be managed in the Django admin.
|
||||
|
||||
4. Remote User authentication
|
||||
|
||||
If enabled (see
|
||||
[configuration](configuration.md#PAPERLESS_ENABLE_HTTP_REMOTE_USER_API)),
|
||||
you can authenticate against the API using Remote User auth.
|
||||
|
||||
## Searching for documents
|
||||
|
||||
Full text searching is available on the `/api/documents/` endpoint. Two
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue