This module provides a dependency to validate API keys for securing FastAPI endpoints.
Validate the provided API key against the expected value.
api_key (str) – The API key provided in the request header.
HTTPException – If the API key is invalid.
None
Core Application:
Endpoints:
Utilities:
validate_api_key()
Data Management: