mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 05:41:50 +01:00
updated actix-session/CHANGES with info
This commit is contained in:
parent
5bf5b0acd2
commit
dabc4fe00b
@ -1,5 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.2.0] - 2019-07-03
|
||||||
|
* 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).
|
||||||
|
|
||||||
## [0.1.1] - 2019-06-03
|
## [0.1.1] - 2019-06-03
|
||||||
|
|
||||||
* Fix optional cookie session support
|
* Fix optional cookie session support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user