Added new config settings.
"DATETIME": {
"DATE_FORMAT": "%Y-%m-%d",
"TIME_FORMAT": "%H:%M:%S",
"SEPARATOR": " "
},
"AUTH": {
"JWT_EXP": 1,
"FAST_SESSIONS": true,
}
sessions can now we only accepted by jwt token verification (no database inquiry - less secure)
JWT sessions now have user_id, and user_email in the token data.