zot/internal/auth
patriceckhart 6b03aa3320 feat(auth): headless OAuth with paste-code input
Runs the local callback server and the manual copy-code flow in parallel. Displays a real input field (with blinking cursor) for pasting the authorization code / redirect URL / code#state. Anthropic manual variant uses the console copy-code redirect URI to bypass localhost.
2026-04-22 17:49:11 +02:00
..
auth_test.go initial commit 2026-04-17 20:36:38 +02:00
callback.go feat(auth,tui): dark login pages + /logout picker 2026-04-19 20:14:22 +02:00
manager.go feat(auth): headless OAuth with paste-code input 2026-04-22 17:49:11 +02:00
oauth.go feat(auth): headless OAuth with paste-code input 2026-04-22 17:49:11 +02:00
probe.go initial commit 2026-04-17 20:36:38 +02:00
server.go feat(auth,tui): dark login pages + /logout picker 2026-04-19 20:14:22 +02:00
store.go initial commit 2026-04-17 20:36:38 +02:00