Expand description
Delegation Attestation Tokens (DATs).
A DAT is a JWS (JSON Web Signature) that grants an agent scoped, time-bounded permissions on behalf of a human controller.
Re-exports§
pub use constraints::DatConstraints;pub use scope::Scope;pub use scope::ScopeSet;pub use token::Dat;pub use token::DatClaims;pub use token::DatHeader;
Modules§
- chain
- Delegation chain validation for multi-level delegation (v0.2+).
- constraints
- RBAC Policy Engine — DAT constraint evaluators.
- scope
- token