1
0
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:
Bart Willems
2020-03-29 14:36:01 +02:00
committed by GitHub
parent f878889627
commit f4bcebdecd
4 changed files with 112 additions and 1 deletions

View File

@@ -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