allow to configure JWT tokens and cookies duration

Fixes #1839

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-12-18 18:33:37 +01:00
parent 6a72552754
commit ec90b61bb4
11 changed files with 175 additions and 51 deletions

View File

@@ -355,6 +355,9 @@
"signing_passphrase": "",
"signing_passphrase_file": "",
"token_validation": 0,
"cookie_lifetime": 20,
"share_cookie_lifetime": 120,
"jwt_lifetime": 20,
"max_upload_file_size": 0,
"cors": {
"enabled": false,