Implement account authentication (server)

This commit is contained in:
Elijah R
2024-04-05 09:10:47 -04:00
committed by Elijah R
parent b815bf8874
commit f89492cfcd
6 changed files with 133 additions and 2 deletions

View File

@@ -13,6 +13,15 @@ originAllowedDomains = ["computernewb.com"]
# Maximum amount of active connections allowed from the same IP.
maxConnections = 3
[auth]
enabled = false
apiEndpoint = ""
secretKey = "hunter2"
[auth.guestPermissions]
chat = true
turn = false
[vm]
qemuArgs = "qemu-system-x86_64"
vncPort = 5900