2 unstable releases
new 0.2.0 | Dec 4, 2024 |
---|---|
0.1.0 | Oct 16, 2024 |
#805 in Cryptography
314 downloads per month
Used in 2 crates
(via aranya-daemon)
2MB
17K
SLoC
Identity and Access Management (IdAM) for Aranya.
Design
Aranya's IdAM system is written in our proprietary language for policy code. The language syntax and logic is described in the policy lang spec, while an in-depth explanation of the policy that makes up Aranya's IdAM system can be found in the IDAM spec.
Aranya's IdAM code makes use of several external functions belonging to other modules, which are callable by the policy via a foreign function interface (FFI) of the APIs made available by a particular module. For details on the cryptographic APIs used by IdAM, see IDAM crypto.
Dependencies
~15–26MB
~428K SLoC