//! Legacy **cookie** authentication flow.
//!
//! Deprecated — prefer [`crate::PubkyGrantAuthFlow`] for new applications.
//! Cookie-backed sessions lack the self-refreshing, mirror-friendly properties
//! of grant-backed sessions.
pub
pub
pub
pub
pub
pub use CookieCredential;
pub use PubkyCookieAuthFlow;
pub use CookieSessionView;