hapijs / cookie

Cookie authentication plugin
Other
229 stars 100 forks source link

Added an option to configure the encoding of the cookie. #199

Closed AndreasChristianson closed 6 years ago

AndreasChristianson commented 6 years ago

It is useful to set the encoding to none when the cookie contains no information, for example when it is merely a cache key. Doing so reduces the length of each request.

Relates to https://github.com/hapijs/hapi-auth-cookie/issues/198

Actions taken

hueniverse commented 6 years ago

That would be completely insecure.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.