systemprompt-oauth 0.1.22

OAuth 2.0 authentication and authorization module for systemprompt.io OS
Documentation
1
2
3
4
5
mod fetcher;
mod validator;

pub use fetcher::CimdFetcher;
pub use validator::ClientValidator;