Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Replace in-memory auth, sessions, temp tokens, and rate limits with durable production storage #161

Description

@ishaanxgupta

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.
  • Production mode refuses in-memory fallback.

Bounty 20$ API Credits

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions