1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

add CookieIdentityPolicy::http_only method (#102)

This commit is contained in:
Rob Ede
2020-09-17 18:10:27 +01:00
committed by GitHub
parent 400d889116
commit 6ae147d190
3 changed files with 56 additions and 6 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* Add method to set HttpOnly flag on cookie identity. [#102]
## 0.3.0 - 2020-09-11
@ -24,3 +25,8 @@
## 0.1.0 - 2019-06-xx
* Move identity middleware to separate crate
<!-- PR Links -->
[#102]: https://github.com/actix/actix-extras/pull/102