Skip to content

feat: sandbox key auth fix, OAuth warmup on startup#34

Merged
Pyronewbic merged 2 commits into
mainfrom
dev
May 11, 2026
Merged

feat: sandbox key auth fix, OAuth warmup on startup#34
Pyronewbic merged 2 commits into
mainfrom
dev

Conversation

@Pyronewbic
Copy link
Copy Markdown
Owner

Summary

  • authMiddleware accepts both owner and sandbox CC_LIVE_ keys
  • Sandbox key rate limited to 5 req/min per IP
  • OAuth token pre-fetched on server startup (saves 1-2s on first search)

Manual verification

  • Sandbox key returns live search results
  • OAuth token warmup logged on startup

- authMiddleware accepts both owner and sandbox keys
- Sandbox key: 5 req/min rate limit, per-key cache isolation
- OAuth token fetched on server startup (saves 1-2s on first search)
@Pyronewbic Pyronewbic merged commit 91ea4d7 into main May 11, 2026
2 checks passed
Pyronewbic added a commit that referenced this pull request May 14, 2026
feat: sandbox key auth fix, OAuth warmup on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant