We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9614fd3 commit b897016Copy full SHA for b897016
crates/router/src/services/authentication.rs
@@ -408,7 +408,7 @@ where
408
impl<A, I> AuthenticateAndFetch<AuthenticationData, A> for HeaderAuth<I>
409
where
410
A: SessionStateInfo + Sync,
411
- I: AuthenticateAndFetch<AuthenticationData, A> + GetAuthType + Sync,
+ I: AuthenticateAndFetch<AuthenticationData, A> + GetAuthType + Sync + Send,
412
{
413
async fn authenticate_and_fetch(
414
&self,
0 commit comments