-
Bug ReportVersion0.8.1 Platform6.11.11-1-MANJARO #1 SMP PREEMPT_DYNAMIC Thu, 05 Dec 2024 16:26:44 +0000 x86_64 GNU/Linux Cratesaxum_auth Descriptionsince 0.8.0 the next code doesn't work let (mut parts, body) = req.into_parts();
let auth = AuthBasic::from_request_parts(&mut parts, &()).await;
|
Beta Was this translation helpful? Give feedback.
Answered by
jplatte
Jan 13, 2025
Replies: 1 comment
-
It looks like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Quied
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
axum-auth
has not yet upgraded to axum-core 0.5. You will have to wait with upgrading axum to 0.8, or replaceaxum-auth
with something else.