Files
google-mcp/auth
Bortlesboat b7365c661e fix(auth): auto-refresh expired tokens in single-user stdio mode
When credentials had a refresh_token but credentials.expired was False
(e.g., token=None with no stored expiry), the refresh was skipped and
the server would start a new OAuth flow instead. This changes the
condition to attempt refresh whenever credentials are not valid and a
refresh_token is available, regardless of the expired flag.
2026-03-15 17:22:36 -04:00
..
2025-12-13 13:49:28 -08:00
2026-02-24 11:23:22 -04:00
2026-02-07 13:35:32 -05:00
2026-02-28 10:06:50 -04:00
2026-02-10 17:22:28 -05:00
2026-02-05 11:17:59 -05:00
2025-12-13 13:49:28 -08:00
2026-02-24 21:09:14 -04:00
2026-03-04 16:36:34 -05:00