Enable permanent sessions

Fixes #1955
This commit is contained in:
Joseph Schorr 2016-10-10 13:00:59 -04:00
parent 0954240ccb
commit 3a473cad2a
5 changed files with 52 additions and 5 deletions

View file

@ -141,6 +141,9 @@ class DefaultConfig(object):
# Super user config. Note: This MUST BE an empty list for the default config.
SUPER_USERS = []
# Feature Flag: Whether sessions are permanent.
FEATURE_PERMANENT_SESSIONS = True
# Feature Flag: Whether super users are supported.
FEATURE_SUPER_USERS = True