05/31 Phase 7

This commit is contained in:
2026-05-31 17:04:18 -04:00
parent 46a604a73a
commit 84f48a7b4d
14 changed files with 1202 additions and 1 deletions
+3
View File
@@ -36,6 +36,9 @@ class DevelopmentConfig(Config):
class ProductionConfig(Config):
DEBUG = False
SQLALCHEMY_ECHO = False
SESSION_COOKIE_SECURE = True
SESSION_COOKIE_HTTPONLY = True
SESSION_COOKIE_SAMESITE = 'Lax'
config = {