cp.nvim/lua
Barrett Ruth f276f061a9
refactor(cses): store API token in cookies, not git credential
Problem: the CSES API token was packed into the git credential
password field using a tab separator. This leaked session state
into the credential layer and broke with helpers that don't
differentiate by path (e.g. `cache`).

Solution: store the CSES token via `save_platform_cookies`/
`load_platform_cookies`, the same mechanism every other platform
uses for session state. Remove all token logic from
`git_credential.lua`. Git credential now stores only
`{username, password}` uniformly for all platforms.
2026-03-07 20:12:35 -05:00
..
cp refactor(cses): store API token in cookies, not git credential 2026-03-07 20:12:35 -05:00