devv-work / timeato

Track productivity, allot time for focusing on tasks, and increase your effectiveness during study sessions
https://timeato.up.railway.app/
7 stars 1 forks source link

Create environment variable for Express Session secret #19

Closed Brandon-Schefstad closed 2 years ago

Brandon-Schefstad commented 2 years ago

Add variable named SECRET to .env and assign it a string, replace secret in app.use with process.env.SECRET.

Make sure to send the new secret on discord if you fix this issue!

schneedotdev commented 2 years ago

make .env variable SESSION_SECRET

schneedotdev commented 2 years ago

I'll work on this issue