1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

move identity service separate crate

This commit is contained in:
Nikolay Kim
2019-06-12 15:52:48 +06:00
parent ee769832cf
commit ff724e239d
12 changed files with 92 additions and 32 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [1.0.x] - 2019-xx-xx
## [1.0.1] - 2019-06-xx
### Add
@ -8,7 +8,9 @@
### Changes
### Fixed
* Disable default feature `secure-cookies`.
* Move identity middleware to `actix-identity` crate.
## [1.0.0] - 2019-06-05