| β¬ οΈ Back | π Docs Root |
This directory contains Aiogram middlewares, which are functions or classes that process incoming updates before they reach the handlers. Middlewares are used for cross-cutting concerns such as authentication, throttling, logging, and dependency injection.
| Component | Description |
|---|---|
| π Security | Middleware for security-related checks and access control |
| π Container | Middleware for injecting the DI container into handlers |
| π Throttling | Middleware for preventing flood attacks and rate limiting |
| π User Validation | Middleware for validating and preparing user data |
| π I18n Middleware | Middleware for managing user locales via FSM (Redis) |