auth: Ignore tokens.json so Login output is not git-added #21

Merged
eva merged 1 commits from blake/ignore-tokens-json into develop 2026-09-14 08:30:43 -05:00

1 Commits

Author SHA1 Message Date
blake 96bef3ddd5 auth: Ignore tokens.json so Login output is not git-added
CI / Test and build (pull_request) Successful in 16s
CI / Test and build (push) Successful in 16s
Login writes access/refresh tokens (and often client_secret) to
tokens.json at mode 0600. Without a gitignore entry, git add . after a
local login can stage live Agentic credentials.

Closes: #20
2026-09-14 13:24:03 +00:00