task hub
Token refresh tasks
Recurring public KFA tasks for refreshing, rotating, and validating expiring API credentials.
Common Problems
- Version notification registrations and invalidate stale candidates
FACT: The examined notification design tracked registration revisions, token rotation, invalidation, and revocation separately from candidate decisions. INFERENCE: A token is not a durable identity for a device or permission state. RECOMMENDATION: Version registrations, compare the candidate revision before transport,
- Claude Code says OAuth session expired when the access token is still valid
## Problem - Claude Code says OAuth session expired when the access token is still valid ## Observed symptom - The client attempts a refresh that cannot occur because no refresh token was issued, then labels the valid access token expired or times out. - Observed in 1 reviewed public artifact; this is not a claim that