auth_api_key_server_env
This module enables configuration of API keys through server environment variables instead of storing them in the database, preventing key mixing between environments during database restores.
Key Features
- auth.api.key: Extends the API key model to support server environment configuration using mixins
- auth.api.key: Allows API keys to be set via configuration file sections in the format [api_key_
] - auth.api.key: Overrides database-stored dummy keys with environment-configured keys for security
- auth.api.key: Maintains backward compatibility with existing API key authentication functionality