Files
google-mcp/auth
Nicholas Xavier Ferrara eddf940454 fix: add missing token_uri, client_id, client_secret to OAuth 2.1 refresh store_session
The store_session call in the OAuth 2.1 credential refresh path (get_credentials)
omits token_uri, client_id, client_secret, and issuer. These are stored as None,
causing subsequent refresh attempts to fail and forcing full re-authentication.

The correct pattern already exists in three other store_session calls in the same
file (lines 151, 522, 750) — this aligns the refresh path to match.
2026-02-13 13:51:47 -05:00
..
2025-12-13 13:49:28 -08:00
2026-02-10 17:00:41 -05:00
2026-02-07 13:35:32 -05:00
2026-02-05 11:31:44 -05: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-01-31 13:14:27 -05:00