Skip to content

Commit

Permalink
fix bug on cookie using https (#752)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
  • Loading branch information
denis99999 authored Jan 24, 2024
1 parent b1187eb commit 63ad4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/units/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = function(options) {
app.use(cookieSession({
name: options.ssid
, keys: [options.secret]
, httpOnly: false
}))

app.use(auth({
Expand Down

0 comments on commit 63ad4f1

Please sign in to comment.