Skip to main content

Crate paladin_web

Crate paladin_web 

Source
Expand description

Web server adapters for the Paladin AI orchestration framework.

Provides HTTP server components using actix-web and axum, including user management REST endpoints and content delivery adapters.

Modulesยง

adapters
Web-facing adapter integrations. Web adapter modules for content delivery and API endpoints.
app
Application router composition for the user REST API. Application router composition for the user management REST API.
auth_middleware
Authentication and RBAC middleware for the user REST API. Authentication and authorization middleware for the user REST API.
user_controller
User management controller handlers.