Rob Ede
1561bda822
apply imports_granularity fmt rule
2022-09-11 21:55:40 +01:00
Rob Ede
7d932cd540
bump msrv to 1.59
2022-08-28 20:30:32 +01:00
Rob Ede
cfd16c5478
clippy
2022-07-21 22:20:48 +01:00
Rob Ede
07c5176bd0
align descriptions
2022-07-21 03:07:06 +01:00
Rob Ede
73732b0a62
prepare actix-web-httpauth release 0.8.0
2022-07-21 02:51:33 +01:00
Rob Ede
ff06958b32
improve httpauth ergonomics ( #264 )
...
* improve httpauth ergonomics
* update changelog
* code and docs cleanup
* docs
* docs clean
* remove AuthExtractor trait
* update changelog
2022-07-21 02:50:22 +01:00
Mike Cronce
140453c649
Return &str
from BasicAuth::user_id()
and BasicAuth::password()
( #249 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-19 01:33:32 +00:00
Rob Ede
fbae63d07f
prepare actix-web-httpauth release 0.7.0
2022-07-19 01:52:04 +01:00
Roland
417c06b00e
fix: broken stream when authentication failed ( #260 )
...
* fix: broken http stream when authentication failed
Signed-off-by: Roland Ma <rolandma@outlook.com>
* remove unchanged
Signed-off-by: Roland Ma <rolandma@outlook.com>
* Update CHANGES.md
* Update CHANGES.md
* Update CHANGES.md
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-07-19 01:40:01 +01:00
Yuki Okushi
3c48e00e7a
Bump up MSRV to 1.57 ( #256 )
2022-06-22 20:42:46 +09:00
Luca Palmieri
8fd1772d5e
Consistent import formatting ( #237 )
2022-03-29 11:46:13 +01:00
Rob Ede
e1f79dae17
fix test
2022-03-01 04:30:10 +00:00
simon-an
ce92f0036f
add test for middleware usage in app and scope ( #215 )
2022-03-01 04:18:46 +00:00
Rob Ede
fd272f817c
prepare actix-web-httpauth release 0.6.0
2022-03-01 04:14:07 +00:00
Rob Ede
2e86fb9822
prepare actix-identity release 0.4.0
2022-03-01 04:13:56 +00:00
Rob Ede
3959c55c47
prepare actix-cors release 0.6.0
2022-02-25 23:11:28 +00:00
Rob Ede
73a5ae98b6
update actix-web dependency to 4.0
2022-02-25 23:05:11 +00:00
Rob Ede
d46ee464e0
update examples links
2022-02-18 03:33:03 +00:00
Rob Ede
cf0630b54d
prepare actix-cors release 0.6.0-beta.10
2022-02-07 17:50:39 +00:00
Rob Ede
d9f27120f6
prepare actix-web-httpauth release 0.6.0-beta.8
2022-02-07 02:51:58 +00:00
Rob Ede
f870074354
prepare actix-cors release 0.6.0-beta.9
2022-02-07 02:31:21 +00:00
Rob Ede
ab3615b8d5
relax body bounds ( #223 )
2022-02-07 02:30:26 +00:00
Rob Ede
323d01fcca
bump actix-web to 4.0.0-rc.1
2022-02-03 22:33:47 +00:00
josh rotenberg
717b93e507
fix api documentation link ( #220 )
2022-01-28 17:17:15 +00:00
Rob Ede
19bff0028e
prepare actix-web-httpauth release 0.6.0-beta.7
2021-12-29 10:29:29 +00:00
Rob Ede
422a264787
prepare actix-cors release 0.6.0-beta.8
2021-12-29 10:25:04 +00:00
Rob Ede
5f17026a55
fix changelog
2021-12-29 09:59:36 +00:00
Rob Ede
92c9601850
bump msrv to 1.54
2021-12-29 09:42:31 +00:00
Rob Ede
6ca36b5d53
fixup changelogs
2021-12-29 09:36:12 +00:00
Luca Palmieri
14a622092d
Update to actix-web beta.17 ( #217 )
2021-12-29 09:25:52 +00:00
Rob Ede
6676a50944
actix-web beta 15 updates ( #216 )
2021-12-18 03:37:23 +00:00
Rob Ede
0805f2b1c6
stop cloning request across service call ( #213 )
2021-12-13 02:49:27 +00:00
Rob Ede
a0c93c62b3
prepare actix-web-httpauth release 0.6.0-beta.5
2021-12-12 19:13:40 +00:00
Rob Ede
8fa073586e
prepare actix-cors release 0.6.0-beta.5
2021-12-12 19:11:36 +00:00
Rob Ede
74ec115161
migrate to actix-web beta 14 ( #209 )
2021-12-11 16:05:21 +00:00
Rob Ede
56051786a6
standardize future types to ones from actix_utils
2021-12-08 07:29:12 +00:00
Rob Ede
ec66754c0d
standardize crate level lints
2021-12-08 06:11:13 +00:00
Rob Ede
551cbfb113
prepare actix-web-httpauth release 0.6.0-beta.4
2021-11-22 23:21:25 +00:00
Rob Ede
ddb74e6de0
prepare actix-cors release 0.6.0-beta.4
2021-11-22 23:19:10 +00:00
Rob Ede
13f8dcb717
update to aw beta 9
2021-11-22 23:11:58 +00:00
fakeshadow
07deaadd7b
add optional auth extractor implement. ( #205 )
2021-10-26 21:10:22 +01:00
Rob Ede
5d82b4e1e2
prepare actix-web-httpauth release 0.6.0-beta.3
2021-10-21 16:10:09 +01:00
Rob Ede
45643d4035
fix cors expose_any_header behavior ( #204 )
2021-10-21 15:47:56 +01:00
Chiu-Hsiang Hsu
545873b5b2
update actix-web dependencies to v4 beta.10 ( #203 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-21 14:10:00 +01:00
Rob Ede
627fe96be0
bump msrv to 1.52.1
2021-10-19 01:49:39 +01:00
Rob Ede
e10937103e
fmt with new width
2021-08-30 23:27:44 +01:00
Rob Ede
c6f579790f
bump msrv to 1.51
2021-08-30 23:10:36 +01:00
Rob Ede
44c7b07ce2
prepare second beta round ( #189 )
2021-06-27 07:28:26 +01:00
Rob Ede
20ef05c36e
fix doctest ci ( #188 )
2021-06-27 07:02:38 +01:00
Rob Ede
727353213f
fix cors example version
2021-04-02 11:48:19 +01:00