aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/tests/auth.spec.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy V2 React frontend and update build/test scripts to focus on ↵Adam Mathes9 days1-167/+0
| | | | Vanilla JS (V3)
* feat: add username field to login for better password manager supportAdam Mathes11 days1-5/+6
|
* feat: fix authentication to handle no-password scenario\n\n- Updated ↵Adam Mathes11 days1-0/+166
Authenticated() to return true when no password is configured\n- Updated apiLoginHandler to succeed when no password is set\n- Added comprehensive backend tests for both password/no-password cases\n- Added E2E tests for authentication flows (password tests are skipped by default)\n- All tests pass for both authentication scenarios\n\nFixes issue where app would require login even when no password was configured.\nNow properly supports passwordless mode for local development.