servers::grpc::authorize

Function do_auth

source
async fn do_auth<T>(
    req: &mut Request<T>,
    user_provider: Option<UserProviderRef>,
) -> Result<(), Status>