1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add signed and private cookies

This commit is contained in:
Alex Whitney
2018-04-09 16:22:25 +01:00
parent eb66685d1a
commit 9b152acc32
4 changed files with 68 additions and 20 deletions

View File

@ -23,6 +23,8 @@
* Fix logger request duration calculation #152
* Add `signed` and `private` `CookieSessionBackend`s
## 0.4.10 (2018-03-20)