aboutsummaryrefslogtreecommitdiffstats
path: root/web/login_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix v3 build process and CSRF login/logout exclusionsAdam Mathes10 days1-2/+2
| | | | | | | - Update Makefile to correctly build and copy frontend-vanilla (v3) assets - Fix frontend-vanilla/vite.config.ts to build to its own dist directory - Normalize CSRF check path and exclude /api/logout to fix v3 session clearing - Include latest built assets for v3
* Fix restricted login access and modernize login pageAdam Mathes10 days1-0/+68
- Close NK-oqd24q: Fix login access for v3/api - Update web.go to exclude /login/ from CSRF check during initial submission - Modernize web/static/login.html with new CSS and structure - Add web/login_test.go to verify CSRF exclusion - Created NK-ngokc3 for further CSRF enhancements