aether-auth 0.1.13

OAuth credential storage and authorization flows for the Aether AI agent framework
Documentation
1
2
3
4
5
mod credential_store;
mod integration;

pub use credential_store::McpCredentialStore;
pub use integration::{OAuthClientRegistration, OAuthFlowOptions, create_auth_manager_from_store, perform_oauth_flow};