Skip to content
CribScore
← Back to changelog

Changelog

ChangedAPI

Bounded legacy auth fallback cache

Legacy auth fallback now caches negative results to avoid hammering the upstream identity provider.

Legacy auth fallback now caches both positive and negative results with a short TTL, preventing repeated upstream identity-provider calls on cold cache or token-rotation spikes.

authcachelegacy
Commitsf40c390

Related changes