mirror of
https://github.com/furyhawk/api_gateway.git
synced 2026-07-21 10:16:49 +00:00
- Implement admin portal at `/admin/portal` with dashboard and configuration editor. - Add endpoints for API key creation, listing, and revocation. - Introduce runtime configuration editing with validation. - Enhance gateway settings to support API key protection. - Create ApiKeyStore for managing API keys with persistence. - Update tests to cover new admin functionalities and API key lifecycle.