Use Flask-Sessions for session management

This commit is contained in:
richard-dds
2018-08-02 16:50:56 -04:00
parent bf2099d1a7
commit 5754514c08
2 changed files with 14 additions and 1 deletions

View File

@@ -16,3 +16,7 @@ PGPORT = 5432
PGUSER = postgres
PGPASSWORD = postgres
PGDATABASE = atat
SESSION_TYPE = "redis"
SESSION_COOKIE_DOMAIN= "atat.codes"
SESSION_COOKIE_SECURE = True
SESSION_USE_SIGNER = True