Skip to content

Commit

Permalink
Now hosts the app behind a reverse proxy, "secure" cookies don't go t…
Browse files Browse the repository at this point in the history
…hrough
  • Loading branch information
flaki committed Feb 14, 2019
1 parent 1d85426 commit e374b70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ app.use(session({
secret: process.env['AUTH_CLIENT_ID'],
cookie: {
maxAge: 1000 * 60 * 60 * 24, // 1 day
secure: true
},
store,
resave: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth.tchspk.rs",
"version": "0.9.0",
"version": "0.9.1",
"description": "TechSpeakers Mozilla IAM OIDC authenticator",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e374b70

Please sign in to comment.