1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
Rob Ede
e1f99b0b9a
Merge branch 'httpauth' 2020-01-29 12:02:17 +00:00
Rob Ede
022f329b4f initial commit 2020-01-29 11:44:22 +00:00
Rob Ede
b4267818de move files into module 2020-01-29 11:42:35 +00:00
Yuki Okushi
c4b3ef64c2
Prepare release for 0.4.0 (#21)
* Prepare release for 0.4.0

* Update CHANGELOG.md
2020-01-15 00:03:23 +09:00
Yuki Okushi
8dd2c77165
Make the lint stricter (#20)
* Make the lint stricter

* Add explicit lifetimes

* Allow `needless_doctest_main`
2020-01-14 13:31:20 +09:00
Yuki Okushi
d757f44557
Remove description() (#19)
* Remove `description()`

It has been deprecated.
2020-01-11 22:12:11 +09:00
Yuki Okushi
4d9fb6825c
Update bytes to 0.5 and base64 to 0.11 (#18)
* Update bytes to 0.5 and base64 to 0.11

* Update changelog
2020-01-10 05:57:42 +09:00
Yuki Okushi
cfaa307d47
Cache build to decrease CI time (#17) 2020-01-09 17:51:53 +09:00
Yuki Okushi
b4508baf7e
Run CI with GitHub Actions (#16)
* Run CI with GitHub Actions

* Remove benchmarks for now

* Check MSRV
2020-01-07 18:08:00 +09:00
Yuki Okushi
deb1508d2f
Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
Masaki Hara
d83cbc8542 Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09:00
svartalf
f808e0680d Release 0.3.2 2019-07-19 18:43:36 +03:00
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
0ebfd790fc Release 0.3.0 2019-06-05 19:14:17 +03:00
svartalf
aad60744ed
Update FUNDING.yml 2019-05-24 14:51:13 +03:00
svartalf
dc3223104a
Create FUNDING.yml 2019-05-23 16:32:55 +03:00
svartalf
cac6894ddd Experimental middleware for HTTP auth -- alpha.2 version 2019-05-17 17:28:57 +03:00
svartalf
1c1e7f672b Badges! 2019-05-15 17:47:49 +03:00
svartalf
7a9b3924cb Upgrage to the actix-web 1.0 -- alpha.1 version 2019-05-15 17:38:55 +03:00
svartalf
cb158fbe8d Bumping version to 0.2.0 2019-04-26 21:56:17 +03:00
Justin Kilpatrick
2de26a5906 Use actix-web without default features (#6) 2019-04-26 21:42:33 +03:00
svartalf
51035f78c8
Update CHANGELOG.md 2018-09-08 10:44:39 +03:00
svartalf
fe288f5422 Bumping version since actix-web dependency version had changed 2018-09-08 10:40:37 +03:00
Masaki Hara
411d08c121 Update actix-web to 0.7. (Closes #4) 2018-09-08 10:27:21 +03:00
svartalf
f79a253f1e
Create CHANGELOG.md 2018-07-01 16:52:10 +03:00
svartalf
0495d78384 Bumping version 2018-07-01 16:30:58 +03:00
Till Höppner
67f0aceea6 Account for joining ':' in basic auth (#2) 2018-07-01 16:25:00 +03:00
Brian Olsen
488b7bf653 Add test and fix for panic in Bearer::to_bytes (#1) 2018-06-18 10:21:20 +03:00
svartalf
716bffeb8e Bearer auth 2018-05-30 16:43:39 +03:00
svartalf
eee5365e0b Bumping crate version 2018-05-23 23:17:40 +03:00
svartalf
09f9a82a04 Cleaning up 2018-05-23 15:37:44 +03:00
svartalf
f64c1e8879 Working version of the BasicAuth 2018-05-23 15:31:14 +03:00
svartalf
082e8371c1
Fixing link to HTTP Basic authentication RFC7617 2018-05-20 22:15:59 +03:00
svartalf
d5eb47c6e0 Added an example for Basic authentication 2018-05-20 22:10:48 +03:00
svartalf
65578ead02 One more badges update 2018-05-20 13:16:56 +03:00
svartalf
5964f4d767 Badges and stable fixes 2018-05-20 13:15:59 +03:00
svartalf
8703f2f82e Initial commit 2018-05-20 12:59:41 +03:00