implement auth and a simple admin-follows whitelist
Some checks failed
Go / build (push) Has been cancelled

This commit is contained in:
2025-09-07 19:08:29 +01:00
parent f5a8c094e4
commit 5edb7a3b09
27 changed files with 458 additions and 117 deletions

View File

@@ -15,4 +15,7 @@ go mod tidy
go test ./...
cd ../utils
go mod tidy
go test ./...
cd ../acl
go mod tidy
go test ./...