justinarat / Teamify

0 stars 0 forks source link

Configure secret key properly #50

Closed justinarat closed 4 months ago

justinarat commented 5 months ago

Configure secret key by storing it as an environment variable and configuring it in a Config class. See lecture 12 slide 14 (Security lecture).

Also the Config class is setup in issue #34 Flask database, so could merge that to main before working on this to avoid merge conflict.

TODO: