Merge pull request #1961 from coreos-inc/session-cookies
Enable permanent sessions
This commit is contained in:
commit
129d2851f7
6 changed files with 66 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue