The terms, defined.
Plain definitions of the model and the category Yuthent builds.
Post-Session Execution Assurance (PSEA)
A security model that requires cryptographic proof of user-verified presence, device trust, and execution authority at the exact moment a sensitive action is approved, independent of prior login or session state.
PSEA defines the model. It holds that authority must be proven at the moment a sensitive action executes, and never inherited from a past authentication event.
PSEA is published as an individual IETF Internet-Draft, draft-yossif-psea. It is not adopted by an IETF working group and does not represent IETF consensus. Yuthent is an implementation of the PSEA model.
The four enforcement tiers (Passive, Silent, Explicit, Authoritative)
A per-action contract that selects how much evidence an action must produce, from a passive device attestation to a fully audited, server-verified human signature.
Passive: a device-signed attestation with no biometric, used to confirm the enrolled device is still trusted.
Silent: one biometric establishes a short, policy-bounded session for routine actions, with batch sync and offline support.
Explicit: a fresh biometric and a server-verifiable signed proof for each individual action.
Authoritative: a fresh biometric per action, with full server verification and a tamper-evident audit trail, for the highest-stakes actions.
The integrator's backend policy selects the tier per action. The tier is a contract between the SDK, the server, and the auditor on what evidence the action must produce.