You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
We keeps critical control-plane state in process memory across dependencies.py, auth.py, api_key_store.py, and admin.py. This breaks multi-instance deployments.
Acceptance criteria:
API keys have scopes, expiry, org/project binding, and durable validation.
Rate limits use Redis/Mongo or another shared backend.
OAuth temp tokens/auth codes are durable and TTL-backed.
We keeps critical control-plane state in process memory across
dependencies.py,auth.py,api_key_store.py, andadmin.py. This breaks multi-instance deployments.Acceptance criteria:
Bounty 20$ API Credits