cedarling 0.0.44

The Cedarling: a high-performance local authorization service powered by the Rust Cedar Engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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.

pub(super) use cedar_policy::Decision;
pub(super) use serde::Deserialize;
pub(super) use serde_json::json;

pub(super) use crate::PolicyStoreSource;

pub(super) mod cedarling_util;
pub(super) mod test_helpers;
pub(super) use test_utils::token_claims::generate_token_using_claims;