Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie Improvements #423

Closed
wants to merge 7 commits into from
Closed

Cookie Improvements #423

wants to merge 7 commits into from

Conversation

dlimkin
Copy link

@dlimkin dlimkin commented Sep 26, 2016

  • fix cookiePath empty bug;
  • remove unused readFileSync require;
  • add dependence cookie module;
  • Set-Cookie refactor with cookie module;
  • add options cookieHttpOnly;

@westy92
Copy link

westy92 commented Oct 21, 2016

+1 for the cookieHttpOnly option.

@darrachequesne
Copy link
Member

@dlimkin could you please fix the conflicts and document the cookieHttpOnly option please?

dlimkin added 7 commits October 31, 2016 14:13
add dependence cookie module;
Set-Cookie refactor with cookie module;
fix cookie tests;
cookiePath option default set to '/';
cookieHttpOnly option default set to true;
add documentation for the cookieHttpOnly option;
update code style by ESLint;
@dlimkin
Copy link
Author

dlimkin commented Oct 31, 2016

Done!

  • cookiePath option default set to '/';
  • cookieHttpOnly option default set to true;
  • add documentation for the cookieHttpOnly option;
  • added compatibility with node v7;

@darrachequesne
Copy link
Member

Merged as 60780e2 and #441. Thanks a lot!

@darrachequesne darrachequesne added this to the 1.8.0 milestone Nov 20, 2016
darrachequesne pushed a commit that referenced this pull request May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants