heroku-bouncer
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "heroku-bouncer", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "heroku bouncer middleware for express", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"express": "~4.1.1", | ||
"heroku-client": "^1.2.0", | ||
"heroku-client": "^1.6.0", | ||
"bluebird": "^2.2.2", | ||
@@ -26,0 +26,0 @@ "request": "^2.37.0" |
@@ -29,8 +29,8 @@ # node-heroku-bouncer [![Build Status](https://travis-ci.org/jclem/node-heroku-bouncer.svg?branch=master)](https://travis-ci.org/jclem/node-heroku-bouncer) | ||
app.use(require('client-sessions')({ | ||
secret: 'your session secret', | ||
cookie: { | ||
path : '/', | ||
signed : true, | ||
httpOnly: true, | ||
maxAge : null | ||
cookieName : 'session', | ||
secret : 'your session secret', | ||
cookie : { | ||
path : '/', | ||
ephemeral: false, | ||
httpOnly : true | ||
} | ||
@@ -37,0 +37,0 @@ })); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32739
Updatedheroku-client@^1.6.0