Angblah / Comparator

Comparator is a web app that allows users to easily compare products to determine the one to best fit their needs.
https://thecomparator.herokuapp.com/
1 stars 0 forks source link

Examine flask secret key setting #58

Closed alexyuisingwu closed 7 years ago

alexyuisingwu commented 7 years ago

Flask secret key is reset every time app.py is run, which causes issues with encryption/decryption across sessions.

alexyuisingwu commented 7 years ago

changed to use environmental variable so that it is consistent across sessions (see heroku config variables for key).