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

Add identity service middleware

This commit is contained in:
Nikolay Kim
2018-04-18 19:05:24 -07:00
parent f907be585e
commit e9bdba57a0
6 changed files with 410 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## 0.5.4 (2018-04-xx)
* Add identity service middleware
* Middleware response() is not invoked if there was an error in async handler #187