Files
simplefileupload-server/src/models
Matt Hills f7a584748f Store Flask SECRET_KEY in database to fix multi-worker session handling
- Add secret_key column to server_config table
- Generate and store secret_key on first initialization
- Load secret_key from database at app startup for consistent sessions across workers
- Fix QR code generation: remove unsupported format parameter for PyPNG
- Fix race condition in database directory creation with exist_ok=True
- Add migration for existing databases to populate secret_key
2025-12-27 15:50:37 -05:00
..
2025-04-14 20:47:26 -04:00