daniele-liprandi/EvoNEST-backbone

Missing API documentation for external endpoints

Aperta

#24 aperta il 26 nov 2025

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (2 fork)auto 404
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

  1. Document external API usage in README or dedicated docs
  2. Consider API key authentication for external endpoints
  3. Add rate limiting specifically for external endpoints

Guida contributor