Expand description
Security layer for LLM Edge Agent
Provides:
- API key authentication
- JWT token validation
- OAuth2/OIDC (future)
- PII detection and redaction
- Input validation
Re-exports§
pub use auth::ApiKeyAuth;pub use auth::JwtAuth;pub use error::SecurityError;pub use error::SecurityResult;pub use pii::PIIRedactor;
Modules§
- auth
- Authentication implementations
- error
- pii
- PII detection and redaction
- validation
- Request validation