Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Cookie not getting set #12

Closed
marshallswain opened this issue Apr 6, 2017 · 1 comment
Closed

Cookie not getting set #12

marshallswain opened this issue Apr 6, 2017 · 1 comment

Comments

@marshallswain
Copy link
Member

marshallswain commented Apr 6, 2017

Steps to reproduce

Generate an app with the feathers-cli@pre
Add github authentication, use NeDB.
Add a cookie config inside the authentication config:

"cookie": {
  "enabled": true, // whether cookie creation is enabled
  "name": "feathers-jwt", // the cookie name
  "httpOnly": false, // when enabled, prevents the client from reading the cookie.
  "secure": false // whether cookies should only be available over HTTPS
}

Expected behavior

Upon successful response from the server, after the OAuth flow, the cookie should get set.

Actual behavior

The cookie doesn't get set because res.hook doesn't exist here: https://github.com/feathersjs/feathers-authentication/blob/master/src/express/set-cookie.js#L27

I don't see where it is getting set. Do we need to check for this? @ekryski

The only place I see it getting set is here: https://github.com/feathersjs/feathers-authentication-oauth2/blob/master/src/express/handler.js#L28

I don't have a successRedirect setup.

@marshallswain
Copy link
Member Author

marshallswain commented Apr 7, 2017

Closed in feathersjs-ecosystem/authentication#474

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

No branches or pull requests

1 participant