Implement basic auth

This commit is contained in:
Dominic Ferrando
2025-04-23 14:13:43 -04:00
parent 4018632080
commit a559aaebf4
11 changed files with 242 additions and 6 deletions
+5
View File
@@ -28,3 +28,8 @@ type Post struct {
IpHash string
Number int
}
type Admin struct {
Username string
Password string
}