Rate limiting & API keys #19

Open
opened 2026-03-29 08:41:52 +02:00 by coornhert · 0 comments
Owner

Beschrijving

Fair-use beveiliging voor de publieke API.

Regels

  • Anoniem: 60 requests/minuut
  • Met API key: 300 requests/minuut
  • Bulk download: apart endpoint met hogere limieten
  • API keys gratis aan te vragen via Forgejo account

Technisch

  • Redis-based rate limiting (al beschikbaar)
  • API key opslag in Forgejo (OAuth2) of eigen database
  • X-RateLimit-* headers in responses
## Beschrijving Fair-use beveiliging voor de publieke API. ## Regels - Anoniem: 60 requests/minuut - Met API key: 300 requests/minuut - Bulk download: apart endpoint met hogere limieten - API keys gratis aan te vragen via Forgejo account ## Technisch - Redis-based rate limiting (al beschikbaar) - API key opslag in Forgejo (OAuth2) of eigen database - `X-RateLimit-*` headers in responses
coornhert added this to the Fase 2 — API & Zoeken milestone 2026-03-29 08:41:52 +02:00
coornhert added the
type:feature
component:api
labels 2026-03-29 08:41:52 +02:00
Sign in to join this conversation.
No description provided.