daniele-liprandi/EvoNEST-backbone
Missing API documentation for external endpoints
Aperta
#24 aperta il 26 nov 2025
BackendLowenhancementgood first issue
Metriche repository
- Star
- (1 stella)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Description
External API endpoints (/api/samples/ext, /api/traits/ext) are excluded from authentication but lack clear documentation about their intended use and security model.
Files affected
src/app/api/samples/ext/src/app/api/traits/ext/
Recommended fix
- Document external API usage in README or dedicated docs
- Consider API key authentication for external endpoints
- Add rate limiting specifically for external endpoints