feat(cache): implement hashed API key storage and retrieval #632
Reference in New Issue
Block a user
Delete Branch "feat/cache-hashed-api-key-storage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a new hashed key storage mechanism for API keys in the cache.
Replaces direct mapping to API keys with composite keys based on
organizationId and name. Implements searching of API keys using
hash comparisons for improved security. Updates related tests to
ensure correct functionality and validate the hashing. Also,
adds support for a new dependency
golang.org/x/crypto.Codecov Report
❌ Patch coverage is
47.05882%with36 linesin your changes missing coverage. Please review.✅ Project coverage is 8.83%. Comparing base (
1e2236d) to head (4468903).Additional details and impacted files
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
mentioned in commit
a1b0f49aab