mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-11 21:30:31 +00:00
- Uses 'git -c http.extraHeader=Authorization: Basic <base64>' for authentication
- Token is encoded as 'base64("x-access-token:TOKEN")' following GitHub's Basic Auth format
- Token is never stored in URL, git config, or project metadata
- 'GIT_TERMINAL_PROMPT=0' prevents interactive credential prompts
- Remote URL displayed in UI always has auth info stripped for security
|
||
|---|---|---|
| .. | ||
| project-create.html | ||
| project-edit-basic-data.html | ||
| project-edit-file-structure.html | ||
| project-edit-instructions.html | ||
| project-edit-memory.html | ||
| project-edit-secrets.html | ||
| project-edit-skills.html | ||
| project-edit.html | ||
| project-file-structure-test.html | ||
| project-list.html | ||
| project-selector.html | ||
| projects-store.js | ||