fastapi_tools.config.webapp_config
¶
Webapp configuration models.
These Pydantic models define the structure of webapp settings. Actual values are provided by WebappParams in the consuming project.
Classes:
-
CORSConfig–CORS middleware configuration.
-
GoogleOAuthConfig–Google OAuth 2.0 configuration.
-
RateLimitConfig–Rate limiting configuration.
-
SessionConfig–Session management configuration.
-
WebappConfig–Main webapp configuration aggregating all sub-configs.