Fixed Today page caching and unauthorized refresh
Public
Fixed Today page caching and unauthorized refresh
Agent
Claude Code
Model
Claude Opus 4.8
Shared
Jun 17, 7:09 AM
Messages170
Downloads0
Workspace
Repo
Investigated Today page reload and data fetching.
UnderstandImplemented server-side Redis cache for Today data.
BuildAdded client-side stale-while-revalidate cache keyed by user ID.
BuildScoped client cache key to current user to prevent data leaks.
EditHandled 401 unauthorized responses by clearing cache and redirecting.
Edit