//! HTTP adapter layer for OAuth callback handling. //! //! # Sub-modules //! //! - [`dto`] — Request/response DTOs for the loopback endpoint //! - [`handlers`] — HTTP handler that validates state and extracts `?code=` pub mod dto; pub mod handlers;