aboutsummaryrefslogtreecommitdiffstats
path: root/web/auth_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Backend: Fix linting issues, improve error handling, and replace magic numbersAdam Mathes10 days1-5/+5
|
* feat: fix authentication to handle no-password scenario\n\n- Updated ↵Adam Mathes11 days1-0/+174
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.