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 d6f5371 commit 9614fd3Copy full SHA for 9614fd3
crates/router/src/services/authentication.rs
@@ -392,7 +392,7 @@ where
392
impl<A, I> AuthenticateAndFetch<AuthenticationData, A> for HeaderAuth<I>
393
where
394
A: SessionStateInfo + Send + Sync,
395
- I: AuthenticateAndFetch<AuthenticationData, A> + Sync,
+ I: AuthenticateAndFetch<AuthenticationData, A> + Sync + Send,
396
{
397
async fn authenticate_and_fetch(
398
&self,
0 commit comments