| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-15 | auth: HTTP helper + token storage (C3, C4) | t | |
| Add libpanto http_helper (non-streaming request/response over the global client, plus dotted-JSON-path readers) and token persistence in auth.zig (load/save/delete TokenSet under an embedder-chosen auth dir, owner-only files). Add $PANTO_HOME/auth to the panto_home layout. | |||
| 2026-06-15 | auth: clean-break named [auth.<name>] sessions + extra_headers | t | |
| Replace provider-level api_key/api_key_env_var with named auth sessions: providers now reference `auth = "<name>"` and credentials live under `[auth.<name>]`. Adds the libpanto auth type surface (AuthConfig, TokenSet, ResolvedCredential), a Header type and provider `extra_headers`, and rewires the CLI config loader (parse [auth.<name>], require auth=, providers always survive, eager api_key resolution). Updates the shipped default config. | |||
