managarten/services/mana-tts/app
Till-JS aab304fc95 🔒️ feat(stt,tts): add API key authentication with rate limiting
Add auth.py module to both STT and TTS services with:
- API key validation via X-API-Key header
- Rate limiting with sliding window (requests per minute)
- Internal API key option for unlimited access
- Environment variable configuration

All protected endpoints now require authentication.
Public endpoints (/health, /docs) remain accessible.
2026-02-11 18:04:22 +01:00
..
__init__.py 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00
audio_utils.py 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00
auth.py 🔒️ feat(stt,tts): add API key authentication with rate limiting 2026-02-11 18:04:22 +01:00
f5_service.py 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00
kokoro_service.py 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00
main.py 🔒️ feat(stt,tts): add API key authentication with rate limiting 2026-02-11 18:04:22 +01:00
voice_manager.py 🌐 feat: add i18n support to 6 web apps 2026-01-29 14:48:35 +01:00