Added option to change JWT expiration time called "Login expiration" in the Advanced tab

This commit is contained in:
Isaac Abadi
2020-08-10 14:26:59 -04:00
parent 690871f6b2
commit c9b615c659
7 changed files with 21 additions and 1 deletions

View File

@@ -50,6 +50,7 @@
"multi_user_mode": false,
"allow_advanced_download": false,
"use_cookies": false,
"jwt_expiration": 86400,
"logger_level": "info"
}
}

View File

@@ -50,6 +50,7 @@
"multi_user_mode": false,
"allow_advanced_download": false,
"use_cookies": false,
"jwt_expiration": 86400,
"logger_level": "info"
}
}