1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

refactor identity (#168)

This commit is contained in:
Rob Ede
2021-03-23 05:05:03 +00:00
committed by GitHub
parent c7df62d0b6
commit 23912afd49
9 changed files with 1169 additions and 1058 deletions

View File

@ -7,7 +7,7 @@
## 0.9.2 - 2020-03-21
* Implement `std::error::Error` for `Error` [#135]
* Allow the removal of Max-Age for session-only cookies. [#161]
* Allow the removal of `Max-Age` for session-only cookies. [#161]
[#135]: https://github.com/actix/actix-extras/pull/135
[#161]: https://github.com/actix/actix-extras/pull/161