Skip to main content

Module integration

Module integration 

Source
Expand description

Security Middleware Integration

Provides a unified way to integrate all security middleware with the framework’s MiddlewarePipeline, ensuring consistent usage and proper ordering.

Structs§

SecurityMiddlewareBuilder
Security middleware suite builder that helps configure and integrate all security middleware with the framework’s MiddlewarePipeline

Functions§

basic_security_pipeline
Quick setup functions for common security configurations Create a basic security pipeline with permissive CORS and default CSRF
development_security_pipeline
Create a development security pipeline with relaxed settings
strict_security_pipeline
Create a strict security pipeline with restrictive CORS and secure CSRF