feat: HTTP auth

This commit is contained in:
Toby
2023-08-11 19:14:07 -07:00
parent cbfb1998a5
commit d3db1e4a1d
6 changed files with 172 additions and 3 deletions

View File

@@ -66,6 +66,10 @@ func TestServerConfig(t *testing.T) {
"lol": "kek",
"foo": "bar",
},
HTTP: serverConfigAuthHTTP{
URL: "http://127.0.0.1:5000/auth",
Insecure: true,
},
},
Resolver: serverConfigResolver{
Type: "udp",