aboutsummaryrefslogtreecommitdiff
path: root/http_handle_login.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-13http_{server,handle_login}.go: Fix missing error handlingRunxi Yu1-0/+5
2025-02-13http_handle_*.go: Fix http.Error callsRunxi Yu1-6/+6
Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them.
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-6/+6
2025-02-13login: Set cookieRunxi Yu1-0/+36
2025-02-13login: Implement password validationRunxi Yu1-2/+39
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-1/+2
2025-02-13login: Stub login pageRunxi Yu1-0/+18