Skip to content

Conversation

@lingtonglu
Copy link
Contributor

  • Refactor API key handling to use asynchronous cache functions and update caching logic for Forge API keys
  • This includes the addition of new async cache methods and updates to existing API key routes to support async operations.

* Refactor API key handling to use asynchronous cache functions and update caching logic for Forge API keys
* This includes the addition of new async cache methods and updates to existing API key routes to support async operations.
@lingtonglu lingtonglu requested a review from wilsonccccc July 17, 2025 01:45
cache_user(decrypted_key, user)
# Get user's Forge API keys
forge_api_keys = (
db.query(ForgeApiKey)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awkward tbh 😆

@wilsonccccc wilsonccccc merged commit 39c451d into TensorBlock:main Jul 17, 2025
3 checks passed
@lingtonglu lingtonglu deleted the user_cache_fix branch July 29, 2025 02:15
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.

2 participants