Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

0.8: Cookies, turning off feathers-session cookie also turns off feathers-jwt cookie. #253

Closed
marshallswain opened this issue Jul 31, 2016 · 1 comment

Comments

@marshallswain
Copy link
Member

For the pre-release version.

If I use this cookies config, the feathers-jwt cookie doesn't get sent to the client.

"cookies": {
  "enable": true,
  "feathers-jwt": { 
    "httpOnly": false,
    "maxAge": 3000,
    "secure": false
  },
  "feathers-session": false
},
@marshallswain
Copy link
Member Author

And now it works fine. What the fluke.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant