Added refresh tokens

This commit is contained in:
Johnathon Slightham
2021-06-11 12:03:50 -04:00
parent fdb447a9ee
commit 531a4d632b
6 changed files with 51 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ config.mail.from = "name";
* Session purge settings
*/
// Maximum session length in days
config.maxSessionLength = 30;
config.maxSessionLength = 1;
config.maxRefreshLength = 360;
/*
* SSL settings