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 as session store #31

Closed
prepor opened this issue Sep 15, 2015 · 2 comments
Closed

cookie as session store #31

prepor opened this issue Sep 15, 2015 · 2 comments
Assignees

Comments

@prepor
Copy link
Contributor

prepor commented Sep 15, 2015

Hello! How to implement signed-cookie based session store? For setup cookies we need access to context or use returned value from write-session as new session key (like ring session stores).

@niwinz
Copy link
Member

niwinz commented Sep 16, 2015

Hmm. The current design does not allows that, so I think we can rethink it and improve it for the next version.

@niwinz
Copy link
Member

niwinz commented Sep 19, 2015

The session storage is refactored and will be available on the next version (0.8.0) if you want hack with it you can use the 0.8.0-SNAPSHOT.

Also, a jws cookie signed storage is implemented.

@niwinz niwinz closed this as completed Sep 19, 2015
@niwinz niwinz self-assigned this Sep 19, 2015
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