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

remove cors and identity middlewares

This commit is contained in:
Nikolay Kim
2019-06-17 12:33:00 +06:00
parent acda1c075a
commit 546a8a58db
3 changed files with 11 additions and 23 deletions

View File

@ -1,5 +1,14 @@
# Changes
## [1.0.2] - 2019-06-17
### Changes
* Move cors middleware to `actix-cors` crate.
* Move identity middleware to `actix-identity` crate.
## [1.0.1] - 2019-06-17
### Add