summaryrefslogtreecommitdiff
path: root/pw.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {main,pw}.go, Makefile, index_login.html: Remove password auth stubRunxi Yu6 days1-52/+0
| | | | | | | | | | I don't think password authentication is really useful, since Microsoft Entra ID is the "proper" way of doing authentication in our school system and there's just little reason to have a password login. I previously wanted to use password authentication for stress testing, but stress testing really could just use completely fake authentication and there's no need for any password whatsoever.
* *: Change license to AGPL-3.0-or-laterRunxi Yu8 days1-21/+11
|
* *.go: LintingRunxi Yu13 days1-5/+5
|
* *.go: Add more licensesRunxi Yu2024-09-091-0/+30
|
* *.go: Add commentsRunxi Yu2024-09-091-0/+4
|
* *: Password login stubRunxi Yu2024-09-081-0/+28