minor fixes and more information on token generation

This commit is contained in:
Uwe Steinmann 2024-07-16 13:28:13 +02:00
parent 38326621a1
commit a551ea2587

View File

@ -67,11 +67,13 @@ to setup fulltext search before using it.
### Authentication
Paperless uses a token based or http basic authentication. Both are
implemented by another slim middleware. There is no session, but the
token is encrypted and stores all the required data to identify the user.
The password to encrypt the token can be set in the configuration, just
like the expiration date of the token. Once the password changes all
token will become invalid and users will have to relogin.
implemented in SeedDMS by an additional slim middleware. There is no
session, but the token is encrypted and stores all the required data
to identify the user, including a live time which can set in the
configuration. Once that live time has ended the token becomes invalid
and the user has to relogin. The password to encrypt the token can
also be set in the configuration. Once the password changes all token
will become invalid and users will have to relogin.
### Archive
@ -98,7 +100,7 @@ be easily simulated with a custom attribute. Since version 1.0.1 of this
extension the configuration contains a parameter for an attribute which
must be a value set containing the different document types. Do *not* make
it a multi value attribute, because a document in Paperless may have only
one type. Any more types while you need it or changing the order is possible.
one type. Adding more types when you need it or changing the order is possible.
### Correspondents