1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

reworded session info in CHANGES

This commit is contained in:
dowwie 2019-07-03 07:56:50 -04:00
parent 2d424957fb
commit 1fdd77bffa
2 changed files with 7 additions and 4 deletions

View File

@ -6,8 +6,9 @@
* Use `encoding_rs` crate instead of unmaintained `encoding` crate * Use `encoding_rs` crate instead of unmaintained `encoding` crate
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()`` * Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
at successful login to cycle a session (new key, cookie). Use ``Session.purge()`` at successful login to cycle a session (new key/cookie but keeps state).
at logout to invalid a session cookie (and remove from redis cache, if applicable). Use ``Session.purge()`` at logout to invalid a session cookie (and remove
from redis cache, if applicable).
## [1.0.2] - 2019-06-17 ## [1.0.2] - 2019-06-17

View File

@ -2,8 +2,10 @@
## [0.2.0] - 2019-07-03 ## [0.2.0] - 2019-07-03
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()`` * Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
at successful login to cycle a session (new key, cookie). Use ``Session.purge()`` at successful login to cycle a session (new key/cookie but keeps state).
at logout to invalid a session cookie (and remove from redis cache, if applicable). Use ``Session.purge()`` at logout to invalid a session cookie (and remove
from redis cache, if applicable).
## [0.1.1] - 2019-06-03 ## [0.1.1] - 2019-06-03