gitlink-cli/internal/auth
Your GitHub Username 52809e110f fix: correct GitLink auth to use autologin_trustie cookie
GitLink authenticates via Set-Cookie autologin_trustie, not Bearer
token or query param. Login response body contains user info directly
(no status wrapper on success). Fixed login to extract cookie from
response headers and transport to inject it on subsequent requests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 21:56:00 +08:00
..
login.go fix: correct GitLink auth to use autologin_trustie cookie 2026-03-30 21:56:00 +08:00
token_store.go feat: initial implementation of gitlink-cli 2026-03-30 18:22:02 +08:00
transport.go fix: correct GitLink auth to use autologin_trustie cookie 2026-03-30 21:56:00 +08:00