mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
updated CHANGES with info about actix-session update
This commit is contained in:
parent
099a8ff7d8
commit
5bf5b0acd2
@ -5,6 +5,9 @@
|
||||
### Changed
|
||||
|
||||
* Use `encoding_rs` crate instead of unmaintained `encoding` crate
|
||||
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
|
||||
at successful login to cycle a session (new key, cookie). Use ``Session.purge()``
|
||||
at logout to invalid a session cookie (and remove from redis cache, if applicable).
|
||||
|
||||
## [1.0.2] - 2019-06-17
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user