Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create environment variable for Express Session secret #19

Closed
Brandon-Schefstad opened this issue Sep 2, 2022 · 2 comments · Fixed by #21
Closed

Create environment variable for Express Session secret #19

Brandon-Schefstad opened this issue Sep 2, 2022 · 2 comments · Fixed by #21
Assignees
Labels
good first issue Good for newcomers

Comments

@Brandon-Schefstad
Copy link
Contributor

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
Copy link
Member

make .env variable SESSION_SECRET

@schneedotdev schneedotdev added the good first issue Good for newcomers label Sep 2, 2022
@schneedotdev schneedotdev self-assigned this Sep 2, 2022
@schneedotdev
Copy link
Member

I'll work on this issue

@schneedotdev schneedotdev linked a pull request Sep 2, 2022 that will close this issue
Brandon-Schefstad added a commit that referenced this issue Sep 2, 2022
Fix: processed environment variable for session secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants