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

Optimize Session Cookie Store #141

Closed
2 tasks done
eliasjpr opened this issue Jul 18, 2017 · 1 comment
Closed
2 tasks done

Optimize Session Cookie Store #141

eliasjpr opened this issue Jul 18, 2017 · 1 comment

Comments

@eliasjpr
Copy link
Contributor

eliasjpr commented Jul 18, 2017

As a developer I want to be able to specify when to sign or encrypt cookies for session store.

Acceptance Criteria:

  • Sets a signed cookie, which prevents users from tampering with its value.
  • Sets an encrypted cookie value before sending it to the client which prevent users from reading and tampering with its value.
@eliasjpr
Copy link
Contributor Author

Fixed with #148

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

No branches or pull requests

2 participants