pub async fn authenticate_as_publisher<B>(
    request: Request<B>,
    next: Next<B>
) -> Result<Response, ResponseError>