mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-31 19:37:00 +02:00
allow user to set the cookie HttpOnly policy for the redis session (#36)
* allow user to set the cookie HttpOnly policy for the redis session Signed-off-by: Bart Willems <bwillems@protonmail.com>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changes
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
* Added `cookie_http_only` functionality to RedisSession builder, setting this
|
||||
to false allows JavaScript to access cookies. Defaults to true.
|
||||
|
||||
## [0.9.0-alpha.1]
|
||||
|
||||
* Update `actix` to 0.10.0-alpha.2
|
||||
|
Reference in New Issue
Block a user