2026-07-19 17:05:27 +07:00
|
|
|
//! 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=`
|
|
|
|
|
|
2026-07-16 12:32:17 +07:00
|
|
|
pub mod dto;
|
|
|
|
|
pub mod handlers;
|