aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* http_{server,handle_login}.go: Fix missing error handlingRunxi Yu2025-02-131-0/+5
* http_handle_*.go: Fix http.Error callsRunxi Yu2025-02-131-6/+6
* http_*.go: Use http.ErrorRunxi Yu2025-02-131-6/+6
* login: Set cookieRunxi Yu2025-02-131-0/+36
* login: Implement password validationRunxi Yu2025-02-131-2/+39
* http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu2025-02-131-1/+2
* login: Stub login pageRunxi Yu2025-02-131-0/+18