1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Masaki Hara
4eeb1d9599 Tighten HttpAuthentication::with_fn bound from FnMut to Fn. (#11)
* Tighten HttpAuthentication::with_fn bound from FnMut to Fn.
* Add middleware with closure example.
2019-07-19 18:34:59 +03:00
svartalf
27a894cab7 Fixing the middleware multiple calls panic 2019-06-08 23:56:50 +03:00
svartalf
cac6894ddd Experimental middleware for HTTP auth -- alpha.2 version 2019-05-17 17:28:57 +03:00
svartalf
7a9b3924cb Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +03:00
Masaki Hara
411d08c121 Update actix-web to 0.7. (Closes #4) 2018-09-08 10:27:21 +03:00
svartalf
716bffeb8e Bearer auth 2018-05-30 16:43:39 +03:00
svartalf
f64c1e8879 Working version of the BasicAuth 2018-05-23 15:31:14 +03:00
svartalf
d5eb47c6e0 Added an example for Basic authentication 2018-05-20 22:10:48 +03:00