Module auth

Source
Expand description

Authentication system for Code Mesh

Re-exports§

pub use anthropic::AnthropicAuth;
pub use github_copilot::GitHubCopilotAuth;
pub use github_copilot::GitHubCopilotAuthResult;
pub use manager::AuthManager;

Modules§

anthropic
Anthropic authentication implementation
github_copilot
manager
Authentication manager for Code Mesh
storage
Authentication storage implementation

Structs§

FileAuthStorage
File-based authentication storage

Enums§

AuthCredentials
Authentication credentials

Traits§

Auth
Authentication trait for provider credentials
AuthStorage
Authentication storage trait