Merge pull request #1961 from coreos-inc/session-cookies

Enable permanent sessions
This commit is contained in:
josephschorr 2016-10-31 13:58:26 -04:00 committed by GitHub
commit 129d2851f7
6 changed files with 66 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