aboutsummaryrefslogtreecommitdiffstats
path: root/web/login_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix restricted login access and modernize login pageAdam Mathes11 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