Files
ollama/server
ParthSareen 528de77b4b server: use local cache for sign-in status
Update WhoamiHandler and SignoutHandler to use local sign-in cache:

WhoamiHandler:
- Check local cache first before making network call
- Cache successful sign-in response from ollama.com
- Return cached user data when available (no network needed)

SignoutHandler:
- Clear local cache after successful sign-out
2026-01-07 15:36:31 -08:00
..
2024-07-26 14:14:48 -07:00
2025-12-16 15:18:17 -08:00
2025-10-14 01:13:54 -07:00