Added page protection for unauthorized access

This commit is contained in:
2025-02-14 19:51:40 +11:00
parent 5616b8a248
commit ea4dd2a407
8 changed files with 107 additions and 15 deletions

View File

@@ -18,5 +18,10 @@ tester:
go mod tidy && \
go run . --port 3232 --test --loglevel trace
test:
go mod tidy && \
go test . -v
go test ./middleware -v
clean:
go clean