Skip to content

Commit

Permalink
#92 - Set httpOnly to false for all auth cookies
Browse files Browse the repository at this point in the history
- Set httpOnly to false for all auth cookies
  • Loading branch information
ammarbarakat committed Sep 27, 2022
1 parent 5d1358d commit e73386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default {
],
cookie: {
options: {
httpOnly: true,
httpOnly: false,
secure: true
}
},
Expand Down

0 comments on commit e73386c

Please sign in to comment.