systemprompt-security 0.2.1

Security infrastructure for systemprompt.io AI governance: JWT, OAuth2 token extraction, scope enforcement, ChaCha20-Poly1305 secret encryption, and the four-layer tool-call governance pipeline.
Documentation
1
2
3
4
5
mod claims;
mod generator;

pub use claims::ValidatedSessionClaims;
pub use generator::{SessionGenerator, SessionParams};