UMBC-CMSC447-Spring2017-Team5 / college-JUMP

https://lassa.xen.prgmr.com/collegejump/
GNU General Public License v3.0
0 stars 0 forks source link

Store a single secret across an install/configuration #26

Open alexander-bauer opened 7 years ago

alexander-bauer commented 7 years ago

Flask uses an app-wide secret for many purposes. Currently, a new secret is generated each time the server starts, so sessions will not persist.