//! Local HTTP server for receiving OAuth2 callbacks.
//!
//! This module provides an `axum`-based web server that listens on a local
//! port to capture the authorization code returned by the identity provider
//! during the interactive browser flow.
/// Core server logic and callback handling.