wraith/frontend
Vantz Stockwell 8d4ee04285 fix: SSH host key verification — send verifyId, track pending clients, guard stale callbacks
Frontend sends verifyId with host-key-accept so backend can correlate the
verification response. Backend tracks pre-ready connections in pendingClients
map, destroys on error/disconnect, and guards against calling verify() after
the connection has already timed out or errored (_destruct crash fix).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 12:49:22 -04:00
..
assets/css feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config 2026-03-12 17:05:37 -04:00
components feat(ui): add color accents across the connection manager 2026-03-14 16:01:58 -04:00
composables fix: SSH host key verification — send verifyId, track pending clients, guard stale callbacks 2026-03-16 12:49:22 -04:00
layouts feat(ui): add color accents across the connection manager 2026-03-14 16:01:58 -04:00
middleware fix(security): auth hardening — httpOnly cookies, Argon2id passwords, TOTP encryption, rate limiting 2026-03-14 14:24:35 -04:00
pages feat(ui): add color accents across the connection manager 2026-03-14 16:01:58 -04:00
plugins fix(security): auth hardening — httpOnly cookies, Argon2id passwords, TOTP encryption, rate limiting 2026-03-14 14:24:35 -04:00
public feat: replace WRAITH text with ghost logo in nav bar and login 2026-03-13 09:16:21 -04:00
stores fix(security): auth hardening — httpOnly cookies, Argon2id passwords, TOTP encryption, rate limiting 2026-03-14 14:24:35 -04:00
tests test: frontend test suite — Vitest infrastructure, auth/connection stores, vault composable, admin middleware 2026-03-14 19:06:14 -04:00
app.vue feat: Phase 4 — settings, theming, polish 2026-03-12 17:33:12 -04:00
nuxt.config.ts fix: configure PrimeVue Aura dark theme so dialogs render 2026-03-13 08:41:31 -04:00
package-lock.json test: frontend test suite — Vitest infrastructure, auth/connection stores, vault composable, admin middleware 2026-03-14 19:06:14 -04:00
package.json test: frontend test suite — Vitest infrastructure, auth/connection stores, vault composable, admin middleware 2026-03-14 19:06:14 -04:00
tailwind.config.ts feat: project scaffold — Docker, NestJS, Nuxt 3, Prisma config 2026-03-12 17:05:37 -04:00
vitest.config.ts test: frontend test suite — Vitest infrastructure, auth/connection stores, vault composable, admin middleware 2026-03-14 19:06:14 -04:00