pub async fn build_router_with_auth(
spec_path: Option<String>,
options: Option<ValidationOptions>,
auth_config: Option<AuthConfig>,
) -> Router
Expand description
Build the base HTTP router with authentication support
pub async fn build_router_with_auth(
spec_path: Option<String>,
options: Option<ValidationOptions>,
auth_config: Option<AuthConfig>,
) -> Router
Build the base HTTP router with authentication support