Promote develop: ignore tokens.json (#21) #22

Merged
eva merged 1 commits from develop into master 2026-09-14 08:31:28 -05:00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,3 +3,6 @@
bin/ bin/
*.exe *.exe
coverage.out coverage.out
# OAuth tokens from auth.Login / WriteTokens (mode 0600 on disk)
tokens.json
+1 -1
View File
@@ -24,7 +24,7 @@ cfg := rh.Config{
} }
``` ```
Daemon/headless callers must not call `Login` (no browser). They call `Connect` with an existing token file (mode `0600`). Daemon/headless callers must not call `Login` (no browser). They call `Connect` with an existing token file (mode `0600`). Keep `tokens.json` out of git (listed in `.gitignore`).
## Example ## Example