cedarling 0.0.44

The Cedarling: a high-performance local authorization service powered by the Rust Cedar Engine.
Documentation
// This software is available under the Apache-2.0 license.
// See https://www.apache.org/licenses/LICENSE-2.0.txt for full text.
//
// Copyright (c) 2024, Gluu, Inc.

//! This module is used for integration tests.

mod utils;

mod authorize_multi_issuer;
mod authorize_multi_issuer_batch;
mod authorize_unsigned;
mod authorize_unsigned_batch;
mod batch_contract;
mod authorize_without_schema;
mod context_data_api;
mod policy_store_loader;
mod ssa_validation_integration;
mod success_test_json;