Crates.io | ockam_abac |
lib.rs | ockam_abac |
version | 0.76.0 |
source | src |
created_at | 2022-08-04 20:06:12.502671 |
updated_at | 2024-12-12 20:50:04.288498 |
description | Attribute based authorization control |
homepage | https://github.com/build-trust/ockam |
repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_abac |
max_upload_size | |
id | 638913 |
size | 243,836 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
The ockam_abac crate is responsible for performing attribute based authorization control on messages within an Ockam worker system.
Add this to your Cargo.toml
:
[dependencies]
ockam_abac = "0.76.0"
This code is licensed under the terms of the Apache License 2.0.