Function auth_middleware

Source
pub(crate) async fn auth_middleware(
    __arg0: State<Arc<FirebaseAuth>>,
    req: Request<Body>,
    next: Next,
) -> impl IntoResponse