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

Disabling compression of cookie values #18

Closed
cnggh93 opened this issue Sep 18, 2021 · 4 comments
Closed

Disabling compression of cookie values #18

cnggh93 opened this issue Sep 18, 2021 · 4 comments
Labels
enhancement New feature or request released

Comments

@cnggh93
Copy link

cnggh93 commented Sep 18, 2021

Why the value store in cookies being decode?

@bjoluc
Copy link
Owner

bjoluc commented Sep 18, 2021

Because they are encoded? 😛

Some words about compression: The serialized cookie state is compressed using lz-string to keep the cookie size small. Currently, there is no way to disable compression. If you would like to see one implemented, please let me know.

Are you interested in disabling compression?

@cnggh93
Copy link
Author

cnggh93 commented Sep 18, 2021

yes please

@bjoluc bjoluc changed the title Value in cookies. Disabling compression of cookie values Sep 18, 2021
@cnggh93
Copy link
Author

cnggh93 commented Sep 19, 2021

okkay thankyou, let me know if theres update to disable compression.

@bjoluc bjoluc added the enhancement New feature or request label Sep 23, 2021
@bjoluc bjoluc closed this as completed in 2cda67c Sep 24, 2021
github-actions bot pushed a commit that referenced this issue Sep 24, 2021
## [2.1.0](v2.0.1...v2.1.0) (2021-09-24)

### Features

* Implement configuration option to disable compression ([2cda67c](2cda67c)), closes [#18](#18)
@github-actions
Copy link

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

2 participants