Basics of auth

This commit is contained in:
2026-01-01 10:32:17 -05:00
parent 23f2b6432b
commit 9f895bbb85
66 changed files with 5967 additions and 156 deletions

View File

@@ -18,6 +18,11 @@ grpc:
- "protos/example.proto"
http:
middleware: [ "static" ]
static:
dir: "public/"
allow: [ ".css", ".js", ".ico" ]
pool:
allocate_timeout: 5s
reset_timeout: 5s