systemprompt-api 0.1.18

HTTP API server and gateway for systemprompt.io OS
Documentation
1
2
3
4
5
mod context;
mod token;

pub use context::JwtContextExtractor;
pub use token::{JwtExtractor, JwtExtractor as jwt_extractor, JwtUserContext};