API key management and user authentication
ALICE supports optional API key authentication for production deployments.
Edit config.yaml:
auth:
enabled: true
api_keys:
- key: your-secret-key-here
name: production-client
Authorization: Bearer your-secret-key-here
Admin users can manage API keys through the web interface or configuration file.