daniele-liprandi/EvoNEST-backbone
Missing API documentation for external endpoints
Open
#24 opened on Nov 26, 2025
BackendLowenhancementgood first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
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