mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
minor fixes and more information on token generation
This commit is contained in:
parent
38326621a1
commit
a551ea2587
14
README.md
14
README.md
|
@ -67,11 +67,13 @@ to setup fulltext search before using it.
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
Paperless uses a token based or http basic authentication. Both are
|
Paperless uses a token based or http basic authentication. Both are
|
||||||
implemented by another slim middleware. There is no session, but the
|
implemented in SeedDMS by an additional slim middleware. There is no
|
||||||
token is encrypted and stores all the required data to identify the user.
|
session, but the token is encrypted and stores all the required data
|
||||||
The password to encrypt the token can be set in the configuration, just
|
to identify the user, including a live time which can set in the
|
||||||
like the expiration date of the token. Once the password changes all
|
configuration. Once that live time has ended the token becomes invalid
|
||||||
token will become invalid and users will have to relogin.
|
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
|
### 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
|
extension the configuration contains a parameter for an attribute which
|
||||||
must be a value set containing the different document types. Do *not* make
|
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
|
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
|
### Correspondents
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user