Skip to content
CribScore
← Back to changelog

Changelog

ChangedAPI

Bounded public auth and trust timeout fallbacks

Public auth and trust requests now degrade to a fast structured fallback instead of hanging.

Bounded the public auth and trust read paths so a slow Supabase round-trip degrades to a fast structured fallback. Keeps the public trust surface honest while protecting request-thread budgets.

authtrusttimeout
Commits7d6ae77

Related changes