pub fn create_secure_router(
state: AppState,
security: SecurityConfig,
) -> (Router, Arc<ApiKeyStore>, Arc<RateLimiter>)Expand description
Create the API router with security enabled.
pub fn create_secure_router(
state: AppState,
security: SecurityConfig,
) -> (Router, Arc<ApiKeyStore>, Arc<RateLimiter>)Create the API router with security enabled.