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

Move cors middleware to actix-cors crate

This commit is contained in:
Nikolay Kim
2019-06-15 09:34:16 +06:00
parent bf48798bce
commit cd323f2ff1
9 changed files with 62 additions and 13 deletions

View File

@ -10,10 +10,12 @@
### Changes
* Disable default feature `secure-cookies`.
* Move cors middleware to `actix-cors` crate.
* Move identity middleware to `actix-identity` crate.
* Disable default feature `secure-cookies`.
* Allow to test an app that uses async actors #897
* Re-apply patch from #637 #894