Author grants and actions
auths-author provides pure, keyless authoring:
plan_child_grantandPlanBuildercompare proposed child authority with its parent and report over-granting;prepare_grantcreates a signing request for an exact grant statement;prepare_actioncreates a signing request for an exact action;- status authoring functions prepare principal and grant status statements; and
ExternalSigningRequest<T>carries the exact domain-separated preimage and signing-object identity.
Custody stays outside
Section titled “Custody stays outside”The authoring crate has no private keys and performs no provider I/O. The downstream custody layer can send the exact signing intent to WebAuthn, KMS, HSM, workload, or PKCS#11 providers and must reject a response that does not bind to the intended preimage.