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:
@ -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
|
||||
|
Reference in New Issue
Block a user