mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
refactor identity (#168)
This commit is contained in:
@ -1,12 +1,18 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2020-xx-xx
|
||||
* Rename `CookieIdentityPolicy::{max_age => max_age_secs}`. [#168]
|
||||
* Rename `CookieIdentityPolicy::{max_age_time => max_age}`. [#168]
|
||||
* Update `actix-web` dependency to 4.0.0 beta.
|
||||
* Minimum supported Rust version (MSRV) is now 1.46.0.
|
||||
|
||||
[#168]: https://github.com/actix/actix-extras/pull/168
|
||||
|
||||
|
||||
## 0.3.1 - 2020-09-20
|
||||
* Add method to set HttpOnly flag on cookie identity. [#102]
|
||||
* Add method to set `HttpOnly` flag on cookie identity. [#102]
|
||||
|
||||
[#102]: https://github.com/actix/actix-extras/pull/102
|
||||
|
||||
|
||||
## 0.3.0 - 2020-09-11
|
||||
|
Reference in New Issue
Block a user