aether-auth 0.1.4

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::{create_auth_manager_from_store, perform_oauth_flow};