Files
Paymahn Moghadasian d560e32095 fix(provider): don't fail the user cache on the session-only edge API
fetchAndStoreUsers always enriched with Slack Connect users, which
rides client.userBoot — a webclient endpoint on the per-workspace
domain that only browser-session tokens can call. With an OAuth token
it always fails, and the error propagated, so the user cache was never
written: every display name stayed unresolved and behind an egress
allowlist the call also logged a 403 per run.

Enrichment now runs only for session tokens. OAuth tokens keep the
users.list result they already fetched.
2026-09-11 10:06:00 -05:00
..
2026-05-15 00:42:57 +02:00