mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
allow to configure JWT tokens and cookies duration
Fixes #1839 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user